We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ecd23 commit f980636Copy full SHA for f980636
.github/workflows/wheel.yml
@@ -17,7 +17,7 @@ jobs:
17
name: Build wheels on ${{ matrix.os }}
18
19
steps:
20
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
21
- uses: actions/setup-python@v6
22
with:
23
python-version: "3.x"
@@ -29,7 +29,7 @@ jobs:
29
make cython
30
31
- name: Build
32
- uses: pypa/cibuildwheel@v3.2.0
+ uses: pypa/cibuildwheel@v3.3.0
33
env:
34
CIBW_TEST_REQUIRES: "pytest"
35
CIBW_TEST_COMMAND: "pytest {package}/test"
requirements.txt
@@ -1,3 +1,3 @@
1
-Cython==3.1.4
+Cython==3.2.1
2
setuptools==78.1.1
3
build
0 commit comments