update cython and cibuildwheel (#658)

This commit is contained in:
Inada Naoki 2025-12-01 14:16:03 +09:00 committed by GitHub
parent c1ecd23dbf
commit f9806368ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ jobs:
name: Build wheels on ${{ matrix.os }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.x"
@ -29,7 +29,7 @@ jobs:
make cython
- name: Build
uses: pypa/cibuildwheel@v3.2.0
uses: pypa/cibuildwheel@v3.3.0
env:
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest {package}/test"

View file

@ -1,3 +1,3 @@
Cython==3.1.4
Cython==3.2.1
setuptools==78.1.1
build