Merge branch 'main' into nogil

This commit is contained in:
Inada Naoki 2025-10-08 18:31:29 +09:00 committed by GitHub
commit 31f8f8bc42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 53 additions and 51 deletions

View file

@ -29,7 +29,7 @@ jobs:
make cython
- name: Build
uses: pypa/cibuildwheel@v3.1.1
uses: pypa/cibuildwheel@v3.2.0
env:
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest {package}/test"