diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 009f7f65..315d101c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8","3.9","3.10"] + python-version: ["3.8","3.9","3.10","3.11"] os: [ubuntu-latest,macos-latest,windows-latest] runs-on: ${{matrix.os}} diff --git a/setup.py b/setup.py index 6f33bcc9..2cc88833 100644 --- a/setup.py +++ b/setup.py @@ -61,6 +61,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "Operating System :: OS Independent",