diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d11ccb9f..a49141d4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,6 +41,7 @@ jobs: - '3.8' - '3.9' - '3.10' + - '3.11' steps: - name: Checkout uses: actions/checkout@v3 diff --git a/setup.cfg b/setup.cfg index aa15f5b1..a14f0f70 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,6 +28,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Topic :: Software Development Topic :: Software Development :: Debuggers Topic :: Software Development :: Quality Assurance