Skip to content

Commit a91f690

Browse files
committed
Removed mentions of Python 3.7
1 parent 91e877a commit a91f690

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A small command line tool to simplify releasing software by updating all version
2626
* works without any source code manager, but happily reads tag information from and writes
2727
commits and tags to Git and Mercurial if available
2828
* 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.
3030

3131
## Future Direction
3232

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ classifiers = [
2020
"Operating System :: OS Independent",
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3 :: Only",
23-
"Programming Language :: Python :: 3.7",
2423
"Programming Language :: Python :: 3.8",
2524
"Programming Language :: Python :: 3.9",
2625
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)