File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2122project_urls =
You can’t perform that action at this time.
0 commit comments