1
1
mirror of https://github.com/mrabarnett/mrab-regex.git synced 2025-10-05 20:02:39 +02:00

Enable free-threading support in cibuildwheel.

This commit is contained in:
Matthew Barnett
2025-09-19 00:05:23 +01:00
parent db5c9c636e
commit 2fe1139034
2 changed files with 5 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ jobs:
CIBW_ARCHS_MACOS: "x86_64 arm64 universal2"
# Windows archs
CIBW_ARCHS_WINDOWS: "AMD64 x86 ARM64"
CIBW_ENABLE: cpython-freethreading
steps:
- uses: actions/checkout@v3

View File

@@ -1,3 +1,7 @@
Version: 2025.9.19
Enable free-threading support in cibuildwheel.
Version: 2025.9.18
Git issue 565: Support the free-threaded build of CPython 3.13