From 0496d34c55f07ac1afa7e000fb6a930f1f492193 Mon Sep 17 00:00:00 2001 From: Riccardo De Maria Date: Mon, 4 Dec 2023 11:17:30 +0100 Subject: [PATCH 1/2] add python 3.12 support --- .github/workflows/build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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: From 2e6bec9c290311351f32403e0f02a60ad4e41ca2 Mon Sep 17 00:00:00 2001 From: Riccardo De Maria Date: Mon, 4 Dec 2023 12:30:36 +0100 Subject: [PATCH 2/2] bump madx version --- MADX_VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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