Skip to content

Commit f980636

Browse files
authored
update cython and cibuildwheel (#658)
1 parent c1ecd23 commit f980636

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Build wheels on ${{ matrix.os }}
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- uses: actions/setup-python@v6
2222
with:
2323
python-version: "3.x"
@@ -29,7 +29,7 @@ jobs:
2929
make cython
3030
3131
- name: Build
32-
uses: pypa/cibuildwheel@v3.2.0
32+
uses: pypa/cibuildwheel@v3.3.0
3333
env:
3434
CIBW_TEST_REQUIRES: "pytest"
3535
CIBW_TEST_COMMAND: "pytest {package}/test"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Cython==3.1.4
1+
Cython==3.2.1
22
setuptools==78.1.1
33
build

0 commit comments

Comments
 (0)