From 93228b727b13852b01410ed937a48ebd5b4f1448 Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Sat, 29 Aug 2026 23:08:22 +0100 Subject: [PATCH] Enable python 3.15 --- .github/workflows/build-wheels.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 774d6fc..8550ecc 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest, macos-15-intel, windows-11-arm] - python: [cp310, cp311, cp312, cp313, cp314, cp314t] + python: [cp310, cp311, cp312, cp313, cp314, cp314t, cp315, cp315t] python_impl: [Python] include: - python: cp313 @@ -35,6 +35,7 @@ jobs: env: BUILD_COMMIT: "v0.15.0" # or a specific version, e.g., v0.13.1 CIBW_BUILD: ${{ matrix.python }}-* + CIBW_ENABLE: cpython-prerelease CIBW_ARCHS_LINUX: "x86_64 aarch64" CIBW_ARCHS_MACOS: native # No support for musl or Win32 for 3.10+