File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,6 @@ stages:
112
112
container : quay.io/pypa/manylinux2014_x86_64:latest
113
113
strategy :
114
114
matrix :
115
- linux_py37 :
116
- python.version : ' cp37-cp37m'
117
115
linux_py38 :
118
116
python.version : ' cp38-cp38'
119
117
linux_py39 :
@@ -122,6 +120,8 @@ stages:
122
120
python.version : ' cp310-cp310'
123
121
linux_py311 :
124
122
python.version : ' cp311-cp311'
123
+ linux_py312 :
124
+ python.version : ' cp312-cp312'
125
125
steps :
126
126
- script : |
127
127
"${PYBIN}/python" -m pip install --upgrade pip
@@ -157,13 +157,7 @@ stages:
157
157
- job : BuildWindowsAndMacOSArtifacts
158
158
displayName : Build source dists and wheels for windows and macOS
159
159
strategy :
160
- matrix :
161
- mac_py37 :
162
- imageName : ' macOS-latest'
163
- python.version : ' 3.7'
164
- windows_py37 :
165
- imageName : ' windows-latest'
166
- python.version : ' 3.7'
160
+ matrix :
167
161
mac_py38 :
168
162
imageName : ' macOS-latest'
169
163
python.version : ' 3.8'
@@ -188,6 +182,12 @@ stages:
188
182
windows_py311 :
189
183
imageName : ' windows-latest'
190
184
python.version : ' 3.11'
185
+ mac_py312 :
186
+ imageName : ' macOS-latest'
187
+ python.version : ' 3.12'
188
+ windows_py312 :
189
+ imageName : ' windows-latest'
190
+ python.version : ' 3.12'
191
191
pool :
192
192
vmImage : $(imageName)
193
193
You can’t perform that action at this time.
0 commit comments