Skip to content

Commit 86664a3

Browse files
committed
Merge branch 'py3.14'
2 parents 7e767ef + 758488a commit 86664a3

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)