diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3cda03949..d7acab6ca 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - py_ver: ["3.8", "3.9", "3.10", "3.11"] + py_ver: ["3.8", "3.9", "3.10", "3.11", "3.12"] env: OS: ${{ matrix.os }} PYTHON: ${{ matrix.py_ver }} diff --git a/tests/data/tox/tox.toml b/tests/data/tox/tox.toml index 0117ffbc3..54fbb1aba 100644 --- a/tests/data/tox/tox.toml +++ b/tests/data/tox/tox.toml @@ -81,6 +81,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Testing", "Topic :: Utilities",