mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Actually build wheels for 3.13 and no-GIL
This commit is contained in:
parent
9ec16d70b8
commit
4f81416995
1 changed files with 3 additions and 1 deletions
4
.github/workflows/wheel.yml
vendored
4
.github/workflows/wheel.yml
vendored
|
|
@ -36,11 +36,13 @@ jobs:
|
|||
make cython
|
||||
|
||||
- name: Build
|
||||
uses: pypa/cibuildwheel@v2.17.0
|
||||
uses: pypa/cibuildwheel@v2.19.1
|
||||
env:
|
||||
CIBW_TEST_REQUIRES: "pytest"
|
||||
CIBW_TEST_COMMAND: "pytest {package}/test"
|
||||
CIBW_PRERELEASE_PYTHONS: true
|
||||
CIBW_ARCHS_LINUX: auto aarch64
|
||||
CIBW_FREE_THREADED_SUPPORT: true
|
||||
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
|
||||
CIBW_SKIP: pp*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue