diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index acc44ca8..34539550 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -9,7 +9,7 @@ jobs: strategy: max-parallel: 5 matrix: - python-version: [2.7, 3.6, 3.7, 3.8, 3.9, "3.10"] + python-version: [2.7, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11"] steps: - uses: actions/checkout@v1 diff --git a/azure-devops/setup.py b/azure-devops/setup.py index 0003bf71..500bf536 100644 --- a/azure-devops/setup.py +++ b/azure-devops/setup.py @@ -31,6 +31,9 @@ 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'License :: OSI Approved :: MIT License', ]