Skip to content

Commit 21a5c25

Browse files
authored
deprecate py 3.7; add py 3.12
1 parent 5559983 commit 21a5c25

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ stages:
112112
container: quay.io/pypa/manylinux2014_x86_64:latest
113113
strategy:
114114
matrix:
115-
linux_py37:
116-
python.version: 'cp37-cp37m'
117115
linux_py38:
118116
python.version: 'cp38-cp38'
119117
linux_py39:
@@ -122,6 +120,8 @@ stages:
122120
python.version: 'cp310-cp310'
123121
linux_py311:
124122
python.version: 'cp311-cp311'
123+
linux_py312:
124+
python.version: 'cp312-cp312'
125125
steps:
126126
- script: |
127127
"${PYBIN}/python" -m pip install --upgrade pip
@@ -157,13 +157,7 @@ stages:
157157
- job: BuildWindowsAndMacOSArtifacts
158158
displayName: Build source dists and wheels for windows and macOS
159159
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:
167161
mac_py38:
168162
imageName: 'macOS-latest'
169163
python.version: '3.8'
@@ -188,6 +182,12 @@ stages:
188182
windows_py311:
189183
imageName: 'windows-latest'
190184
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'
191191
pool:
192192
vmImage: $(imageName)
193193

0 commit comments

Comments
 (0)