diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 4cc16f8..33d6449 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -19,7 +19,11 @@ jobs: strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: + - "3.8" + - "3.9" + - "3.10" + - "3.11" steps: - uses: actions/checkout@v3 diff --git a/setup.py b/setup.py index f873605..2a4e6e1 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Database", "Topic :: Software Development", "Topic :: Software Development :: Libraries",