We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be202f1 commit 59e3012Copy full SHA for 59e3012
1 file changed
.ci/azure/test.yml
@@ -20,6 +20,9 @@ jobs:
20
python.version: '3.13'
21
python.freethreading: True
22
coverage: True
23
+ linux-Python314:
24
+ image: ubuntu-latest
25
+ python.version: '3.14'
26
osx-Python310:
27
image: macOS-latest
28
python.version: '3.10'
@@ -36,6 +39,9 @@ jobs:
36
39
37
40
38
41
42
+ osx-Python314:
43
+ image: macOS-latest
44
45
win-Python310:
46
image: windows-latest
47
@@ -52,6 +58,9 @@ jobs:
52
58
53
59
54
60
61
+ win-Python314:
62
+ image: windows-latest
63
55
64
displayName: "${{ variables.image }} ${{ variables.python.version }}"
56
65
pool:
57
66
vmImage: $(image)
0 commit comments