Skip to content

Commit 59e3012

Browse files
committed
add 3.14 tests
1 parent be202f1 commit 59e3012

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.ci/azure/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
python.version: '3.13'
2121
python.freethreading: True
2222
coverage: True
23+
linux-Python314:
24+
image: ubuntu-latest
25+
python.version: '3.14'
2326
osx-Python310:
2427
image: macOS-latest
2528
python.version: '3.10'
@@ -36,6 +39,9 @@ jobs:
3639
image: macOS-latest
3740
python.version: '3.13'
3841
python.freethreading: True
42+
osx-Python314:
43+
image: macOS-latest
44+
python.version: '3.14'
3945
win-Python310:
4046
image: windows-latest
4147
python.version: '3.10'
@@ -52,6 +58,9 @@ jobs:
5258
image: windows-latest
5359
python.version: '3.13'
5460
python.freethreading: True
61+
win-Python314:
62+
image: windows-latest
63+
python.version: '3.14'
5564
displayName: "${{ variables.image }} ${{ variables.python.version }}"
5665
pool:
5766
vmImage: $(image)

0 commit comments

Comments
 (0)