Skip to content

Commit

Permalink
Removed mentions of Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Aug 17, 2023
1 parent 91e877a commit a91f690
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A small command line tool to simplify releasing software by updating all version
* works without any source code manager, but happily reads tag information from and writes
commits and tags to Git and Mercurial if available
* just handles text files, so it's not specific to any programming language
* supports Python 3.8+ and PyPy3. Python 3.7 should work but isn't actively tested.
* supports Python 3.8+ and PyPy3.

## Future Direction

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit a91f690

Please sign in to comment.