Skip to content

Commit

Permalink
add python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rdemaria committed Dec 4, 2023
1 parent 16a0c53 commit 0496d34
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ jobs:
with: {python-version: "3.11"}
- run: .github/build/windows/cpymad.sh src/MAD-X/dist 3.11

- uses: actions/setup-python@v4
with: {python-version: "3.12"}
- run: .github/build/windows/cpymad.sh src/MAD-X/dist 3.12

- name: Upload cpymad wheels
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -244,6 +248,10 @@ jobs:
with: { python-version: "3.11" }
- run: .github/build/macos/cpymad.sh src/MAD-X/dist

- uses: actions/setup-python@v4
with: { python-version: "3.12" }
- run: .github/build/macos/cpymad.sh src/MAD-X/dist

- name: Fixup wheel dependencies
run: |
pip3 install delocate
Expand Down Expand Up @@ -272,6 +280,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'

defaults:
run:
Expand Down

0 comments on commit 0496d34

Please sign in to comment.