File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,10 @@ jobs:
164164 with : {python-version: "3.13"}
165165 - run : .github/build/windows/cpymad.sh src/MAD-X/dist 3.13
166166
167+ - uses : actions/setup-python@v6
168+ with : {python-version: "3.14"}
169+ - run : .github/build/windows/cpymad.sh src/MAD-X/dist 3.14
170+
167171 - name : Upload cpymad wheels
168172 uses : actions/upload-artifact@v5
169173 with :
@@ -274,6 +278,10 @@ jobs:
274278 with : { python-version: "3.13" }
275279 - run : .github/build/macos/cpymad.sh src/MAD-X/dist
276280
281+ - uses : actions/setup-python@v6
282+ with : { python-version: "3.14" }
283+ - run : .github/build/macos/cpymad.sh src/MAD-X/dist
284+
277285 - name : Fixup wheel dependencies
278286 run : |
279287 pip3 install delocate
@@ -298,14 +306,11 @@ jobs:
298306 - {run: macos-latest, dist: dist-macos-arm64}
299307 - {run: macos-13, dist: dist-macos-x86_64}
300308 python :
301- - ' 3.9'
302309 - ' 3.10'
303310 - ' 3.11'
304311 - ' 3.12'
305312 - ' 3.13'
306- exclude :
307- - os : {run: macos-latest}
308- python : ' 3.7'
313+ - ' 3.14'
309314
310315 defaults :
311316 run :
You can’t perform that action at this time.
0 commit comments