File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ A small command line tool to simplify releasing software by updating all version
26
26
* works without any source code manager, but happily reads tag information from and writes
27
27
commits and tags to Git and Mercurial if available
28
28
* just handles text files, so it's not specific to any programming language
29
- * supports Python 3.8+ and PyPy3. Python 3.7 should work but isn't actively tested.
29
+ * supports Python 3.8+ and PyPy3.
30
30
31
31
## Future Direction
32
32
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ classifiers = [
20
20
" Operating System :: OS Independent" ,
21
21
" Programming Language :: Python" ,
22
22
" Programming Language :: Python :: 3 :: Only" ,
23
- " Programming Language :: Python :: 3.7" ,
24
23
" Programming Language :: Python :: 3.8" ,
25
24
" Programming Language :: Python :: 3.9" ,
26
25
" Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments