From c9c5e0b1c71085d6812d84f1fddbdd7e213b9630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4ufl?= Date: Wed, 26 Oct 2022 19:15:00 +0200 Subject: [PATCH] CI: Add support for Python 3.11 --- .github/workflows/ci.yaml | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) 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