diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 68cc1266..8f9fbba9 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -88,6 +88,8 @@ stages: PYTHON_VERSION: 3.8 python39: PYTHON_VERSION: 3.9 + python310: + PYTHON_VERSION: 3.10 steps: - template: ci.yml diff --git a/setup.cfg b/setup.cfg index aee7427d..ef570d06 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,6 +16,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Operating System :: OS Independent Topic :: Software Development :: Libraries :: Python Modules project-urls =