mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-10-19 07:53:49 +00:00
Build cpython-freethreading wheel
This commit is contained in:
parent
0a056c063e
commit
1006d4ffa4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
# cibuildwheel will build wheel once and test it for each CPython version
|
# cibuildwheel will build wheel once and test it for each CPython version
|
||||||
# and for PyPy > 3.8.
|
# and for PyPy > 3.8.
|
||||||
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
|
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* cp313t-* pp39-* pp310-*"
|
||||||
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
|
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
|
||||||
CIBW_MANYLINUX_I686_IMAGE: "manylinux2014"
|
CIBW_MANYLINUX_I686_IMAGE: "manylinux2014"
|
||||||
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux2014"
|
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux2014"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue