From 76aa9c1aab0514ebd1951aa8d1bd9353f6959801 Mon Sep 17 00:00:00 2001 From: "Ware, Joseph (DLSLtd,RAL,LSCI)" Date: Mon, 12 May 2025 14:45:49 +0100 Subject: [PATCH] ci: Add Python 3.13 build Add Python 3.13 to versions tested in CI to ensure compatibility with the Numpy deprecation policy --- .github/workflows/python.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 14f6ca2..fa2e565 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -70,6 +70,11 @@ jobs: python: "3.12" piparch: macosx_11_0_universal2 + - name: osx 3.13 arm64 + os: macos-latest + python: "3.13" + piparch: macosx_11_0_universal2 + # Windows py builds ## missing Microsoft Visual C++ 9.0 @@ -117,6 +122,11 @@ jobs: python: "3.12" piparch: win_amd64 + - name: win64 3.13 + os: windows-latest + python: "3.13" + piparch: win_amd64 + steps: - uses: actions/checkout@v4 with: @@ -267,6 +277,12 @@ jobs: manylinux: manylinux2014 arch: x86_64 + - name: linux 3.13 amd64 + os: ubuntu-latest + pyver: cp313-cp313 + manylinux: manylinux2014 + arch: x86_64 + # Linux py builds x32 - name: linux 2.7 i686 pyver: cp27-cp27m