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 in another place.

This commit is contained in:
Matthew Barnett
2025-09-19 00:27:59 +01:00
parent 2fe1139034
commit 4359a6a565
2 changed files with 5 additions and 0 deletions

View File

@@ -149,6 +149,7 @@ jobs:
env:
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_ENABLE: cpython-freethreading
steps:
- uses: actions/checkout@v3

View File

@@ -1,3 +1,7 @@
Version: 2025.9.20
Enable free-threading support in cibuildwheel in another place.
Version: 2025.9.19
Enable free-threading support in cibuildwheel.