Skip to content

Commit ceb2e8e

Browse files
committed
a bit more specific on version
1 parent 59e3012 commit ceb2e8e

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

.ci/azure/test.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ jobs:
22
- job:
33
strategy:
44
matrix:
5-
linux-Python310:
6-
image: ubuntu-latest
7-
python.version: '3.10'
85
linux-Python311:
96
image: ubuntu-latest
107
python.version: '3.11'
@@ -22,10 +19,7 @@ jobs:
2219
coverage: True
2320
linux-Python314:
2421
image: ubuntu-latest
25-
python.version: '3.14'
26-
osx-Python310:
27-
image: macOS-latest
28-
python.version: '3.10'
22+
python.version: '3.14.0.rc3'
2923
osx-Python311:
3024
image: macOS-latest
3125
python.version: '3.11'
@@ -41,10 +35,7 @@ jobs:
4135
python.freethreading: True
4236
osx-Python314:
4337
image: macOS-latest
44-
python.version: '3.14'
45-
win-Python310:
46-
image: windows-latest
47-
python.version: '3.10'
38+
python.version: '3.14.0.rc3'
4839
win-Python311:
4940
image: windows-latest
5041
python.version: '3.11'
@@ -60,7 +51,7 @@ jobs:
6051
python.freethreading: True
6152
win-Python314:
6253
image: windows-latest
63-
python.version: '3.14'
54+
python.version: '3.14.0.rc3'
6455
displayName: "${{ variables.image }} ${{ variables.python.version }}"
6556
pool:
6657
vmImage: $(image)

0 commit comments

Comments
 (0)