diff --git a/README.md b/README.md index 100c60c..e6b434d 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ tox A subset of checks can also be ran by adding an argument to tox. The available arguments are: -- py37, py38, py39, py310, py311, py312, pypy3 +- py310, py311, py312, py313, py314, pypy3.11 - Run unit tests on the given python version - mypy - Run mypy type checking diff --git a/setup.py b/setup.py index 4d925c4..0ca78f6 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,8 @@ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules",