Skip to content

Commit

Permalink
Merge pull request #132 from rdemaria/wheel_3.12
Browse files Browse the repository at this point in the history
add python 3.12 support
  • Loading branch information
coldfix authored Dec 5, 2023
2 parents 16a0c53 + 2e6bec9 commit 5026115
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion MADX_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.09.00
5.09.01

0 comments on commit 5026115

Please sign in to comment.