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:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user