Skip to content

Commit 799ae5a

Browse files
committed
FEAT support nogil
1 parent 1ae7d9e commit 799ae5a

File tree

3 files changed

+1108
-231
lines changed

3 files changed

+1108
-231
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
# otherwise Meson detects a MINGW64 platform and use MINGW64
8686
# toolchain
8787
CIBW_CONFIG_SETTINGS_WINDOWS: "setup-args=--vsenv"
88+
# Include free-threaded support
89+
CIBW_ENABLE: cpython-freethreading
8890
- name: Upload package
8991
uses: actions/upload-artifact@v4
9092
with:

0 commit comments

Comments
 (0)