diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ff35c158..14138adc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11" runs-on: ubuntu-latest steps: - uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf diff --git a/pyproject.toml b/pyproject.toml index 41b0955f9..e76320cdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Topic :: Security",