diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3734711..e0369516 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -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 @@ -272,6 +280,7 @@ jobs: - '3.9' - '3.10' - '3.11' + - '3.12' defaults: run: diff --git a/MADX_VERSION b/MADX_VERSION index b7c2596f..dd16ab0c 100644 --- a/MADX_VERSION +++ b/MADX_VERSION @@ -1 +1 @@ -5.09.00 +5.09.01