diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 38bec9ba..6079cddc 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -23,7 +23,7 @@ jobs: uses: coactions/dynamic-matrix@v1 with: min_python: "3.9" - max_python: "3.11" + max_python: "3.12" other_names: | lint docs diff --git a/pyproject.toml b/pyproject.toml index 976f4767..57e4825d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python", "Topic :: System :: Systems Administration", "Topic :: Software Development :: Bug Tracking",