2020 strategy :
2121 fail-fast : false
2222 matrix :
23- python : ["3.10", 3.11, 3.12, 3.13]
23+ python : ["3.10", 3.11, 3.12, 3.13, 3.14 ]
2424 steps :
2525 - name : Checkout
2626 uses : actions/checkout@v6.0.2
5151 strategy :
5252 fail-fast : false
5353 matrix :
54- python : ["3.10", 3.11, 3.12, 3.13]
54+ python : ["3.10", 3.11, 3.12, 3.13, 3.14 ]
5555 wordsize : [64]
5656 steps :
5757 - name : Checkout
@@ -125,7 +125,7 @@ jobs:
125125 strategy :
126126 fail-fast : false
127127 matrix :
128- python : ["3.10", 3.11, 3.12, 3.13]
128+ python : ["3.10", 3.11, 3.12, 3.13, 3.14 ]
129129 runner : [macos-15, macos-15-intel]
130130 include :
131131 - runner : macos-15
@@ -163,7 +163,7 @@ jobs:
163163 strategy :
164164 fail-fast : false
165165 matrix :
166- python : ["3.10", 3.11, 3.12, 3.13]
166+ python : ["3.10", 3.11, 3.12, 3.13, 3.14 ]
167167 wordsize : [64]
168168 steps :
169169 - name : Download wheels
@@ -188,7 +188,7 @@ jobs:
188188 strategy :
189189 fail-fast : false
190190 matrix :
191- python : ["3.10", 3.11, 3.12, 3.13]
191+ python : ["3.10", 3.11, 3.12, 3.13, 3.14 ]
192192 include :
193193 - python : " 3.10"
194194 wheel : cp310
@@ -198,6 +198,8 @@ jobs:
198198 wheel : cp312
199199 - python : 3.13
200200 wheel : cp313
201+ - python : 3.14
202+ wheel : cp314
201203 steps :
202204 - name : Download wheels
203205 uses : actions/download-artifact@v7.0.0
0 commit comments