|
46 | 46 | CIBW_MANYLINUX_I686_IMAGE: "manylinux2014" |
47 | 47 | CIBW_MANYLINUX_PYPY_X86_64_IMAGE: "manylinux2014" |
48 | 48 | CIBW_MANYLINUX_PYPY_I686_IMAGE: "manylinux2014" |
49 | | - CIBW_FREE_THREADED_SUPPORT: "true" |
| 49 | + CIBW_ENABLE: cpython-freethreading |
50 | 50 | CIBW_BEFORE_TEST_LINUX: "(ldd /bin/ls | grep -q musl && apk add gmp) || true" |
51 | 51 |
|
52 | 52 | # Set pycryptodome/x test command according to built package |
|
80 | 80 | # cibuildwheel will build wheel once and test it for each CPython version |
81 | 81 | # and for PyPy > 3.8. |
82 | 82 | CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*" |
83 | | - CIBW_FREE_THREADED_SUPPORT: "true" |
| 83 | + CIBW_ENABLE: cpython-freethreading |
84 | 84 |
|
85 | 85 | # Set pycryptodome/x test command according to built package |
86 | 86 | CIBW_TEST_COMMAND: |
@@ -112,7 +112,7 @@ jobs: |
112 | 112 | # cibuildwheel will build wheel once and test it for each CPython version |
113 | 113 | # and for PyPy > 3.8. |
114 | 114 | CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*" |
115 | | - CIBW_FREE_THREADED_SUPPORT: "true" |
| 115 | + CIBW_ENABLE: cpython-freethreading |
116 | 116 |
|
117 | 117 | # Set pycryptodome/x test command according to built package |
118 | 118 | CIBW_TEST_COMMAND: |
@@ -142,7 +142,7 @@ jobs: |
142 | 142 | CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*" |
143 | 143 | CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux2014" |
144 | 144 | CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: "manylinux2014" |
145 | | - CIBW_FREE_THREADED_SUPPORT: "true" |
| 145 | + CIBW_ENABLE: cpython-freethreading |
146 | 146 | CIBW_BEFORE_TEST_LINUX: "(ldd /bin/ls | grep -q musl && apk add gmp) || true" |
147 | 147 |
|
148 | 148 | # Set pycryptodome/x test command according to built package |
|
0 commit comments