diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f160fea..0199280 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,9 +14,11 @@ jobs: strategy: matrix: python: + - "3.9" # oldest Python supported by PSF - "3.10" - "3.11" - - "3.12" # newest Python that is stable + - "3.12" + - "3.13" # newest Python that is stable platform: - ubuntu-latest - macos-latest diff --git a/setup.py b/setup.py index 636bde3..ce9e54f 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,7 @@ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", diff --git a/tox.ini b/tox.ini index 03a93f9..cd94e8f 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py{34,35,36,37,38,39,310,311,312},lint +envlist = py{34,35,36,37,38,39,310,311,312,313},lint [testenv] deps =