File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed
Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 6868 strategy :
6969 matrix :
7070 # Linux
71- linux_py39_jdk11 :
72- imageName : " ubuntu-latest"
73- python.version : ' 3.9'
74- jdk.version : ' 11'
7571 linux_py310_jdk17 :
7672 imageName : " ubuntu-latest"
7773 python.version : ' 3.10'
@@ -88,16 +84,11 @@ jobs:
8884 imageName : " ubuntu-latest"
8985 python.version : " 3.13"
9086 jdk.version : ' 17'
91- # todo: refresh github token to download python versions.
92- # linux_py314_jdk22:
93- # imageName: "ubuntu-latest"
94- # python.version: "3.14"
95- # jdk.version: '25'
96- # Windows
97- windows_py39_jdk11 :
98- imageName : " windows-2022"
99- python.version : ' 3.9'
87+ linux_py314_jdk11 :
88+ imageName : " ubuntu-latest"
89+ python.version : " 3.14"
10090 jdk.version : ' 11'
91+ # Windows
10192 windows_py310_jdk11 :
10293 imageName : " windows-2022"
10394 python.version : ' 3.10'
@@ -111,9 +102,9 @@ jobs:
111102 python.version : ' 3.12'
112103 jdk.version : ' 21'
113104 # OSX, we only test an old Python version with JDK8 and recent Py with recent JDK.
114- mac_py39_jdk11 :
105+ mac_py310_jdk11 :
115106 imageName : " macos-14"
116- python.version : ' 3.9 '
107+ python.version : ' 3.10 '
117108 jpypetest.fast : ' true'
118109 jdk.version : ' 11'
119110 mac_py312_jdk17 :
Original file line number Diff line number Diff line change @@ -179,6 +179,9 @@ stages:
179179 Python313 :
180180 python.version : ' 3.13'
181181 python.architecture : ' x64'
182+ Python314 :
183+ python.version : ' 3.14'
184+ python.architecture : ' x64'
182185 pool :
183186 vmImage : " windows-2022"
184187 steps :
@@ -209,6 +212,8 @@ stages:
209212 python.version : ' 3.12'
210213 Python313 :
211214 python.version : ' 3.13'
215+ Python314 :
216+ python.version : ' 3.14'
212217 pool :
213218 vmImage : " macos-13"
214219 steps :
You can’t perform that action at this time.
0 commit comments