diff --git a/README.md b/README.md index 5a3a9e14..93ce67c0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index a800fdc4..070b7534 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",