diff --git a/pyproject.toml b/pyproject.toml index caee384a..2d691123 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] requires-python = ">=3.9" diff --git a/tox.ini b/tox.ini index cd7ba097..2878d082 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py3{9,10,11,12}, minreqs +envlist = py3{9,10,11,12,13}, minreqs [base] deps =