File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
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'
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'
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)
You can’t perform that action at this time.
0 commit comments