diff --git a/.github/python-versions.json b/.github/python-versions.json index bb7f57c..53aeae8 100644 --- a/.github/python-versions.json +++ b/.github/python-versions.json @@ -1 +1 @@ -[ "3.13", "3.12", "3.11", "3.10", "3.9" ] +[ "3.14", "3.13", "3.12", "3.11", "3.10", "3.9" ] diff --git a/pyproject.toml b/pyproject.toml index 9b68bf9..feb1062 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,13 @@ classifiers = [ "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.9", + "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 :: Cython", ]