Skip to content

Commit 7eca94c

Browse files
authored
Add explicit support/CI for Python 3.11 (#152)
1 parent 8c2855d commit 7eca94c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.azure-pipelines/azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ stages:
8888
PYTHON_VERSION: 3.9
8989
python310:
9090
PYTHON_VERSION: 3.10
91+
python311:
92+
PYTHON_VERSION: 3.11
9193
steps:
9294
- template: ci.yml
9395

@@ -107,7 +109,7 @@ stages:
107109
- task: UsePythonVersion@0
108110
displayName: Set up python
109111
inputs:
110-
versionSpec: 3.8
112+
versionSpec: 3.11
111113

112114
- task: DownloadBuildArtifacts@0
113115
displayName: Get pre-built package

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers =
1616
Programming Language :: Python :: 3.8
1717
Programming Language :: Python :: 3.9
1818
Programming Language :: Python :: 3.10
19+
Programming Language :: Python :: 3.11
1920
Operating System :: OS Independent
2021
Topic :: Software Development :: Libraries :: Python Modules
2122
project_urls =

0 commit comments

Comments
 (0)