Skip to content

Commit 3a61312

Browse files
committed
Only test RC on linux, and test 3.14t on linux
1 parent 969124a commit 3a61312

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.ci/azure/test.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
image: ubuntu-latest
2222
python.version: '3.14'
2323
python.release_candidate: True
24+
linux-Python314t:
25+
image: ubuntu-latest
26+
python.version: '3.14'
27+
python.freethreading: True
28+
python.release_candidate: True
2429
osx-Python311:
2530
image: macOS-latest
2631
python.version: '3.11'
@@ -34,10 +39,6 @@ jobs:
3439
image: macOS-latest
3540
python.version: '3.13'
3641
python.freethreading: True
37-
osx-Python314:
38-
image: macOS-latest
39-
python.version: '3.14'
40-
python.release_candidate: True
4142
win-Python311:
4243
image: windows-latest
4344
python.version: '3.11'
@@ -51,10 +52,6 @@ jobs:
5152
image: windows-latest
5253
python.version: '3.13'
5354
python.freethreading: True
54-
win-Python314:
55-
image: windows-latest
56-
python.version: '3.14'
57-
python.release_candidate: True
5855
displayName: "${{ variables.image }} ${{ variables.python.version }}"
5956
pool:
6057
vmImage: $(image)

0 commit comments

Comments
 (0)