Skip to content

Commit d9873da

Browse files
authored
ci: update cibuildwheel and drop Python 3.8 (#642)
1 parent 42f056f commit d9873da

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
13-
py: ["3.14-dev", "3.13", "3.12", "3.11", "3.10", "3.9", "3.8"]
13+
py: ["3.14-dev", "3.13", "3.12", "3.11", "3.10", "3.9"]
1414

1515
runs-on: ${{ matrix.os }}
1616
name: Run test with Python ${{ matrix.py }} on ${{ matrix.os }}

.github/workflows/wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
make cython
3030
3131
- name: Build
32-
uses: pypa/cibuildwheel@v2.23.3
32+
uses: pypa/cibuildwheel@v3.1.1
3333
env:
3434
CIBW_TEST_REQUIRES: "pytest"
3535
CIBW_TEST_COMMAND: "pytest {package}/test"
36-
CIBW_SKIP: "pp* cp38-macosx_*"
36+
CIBW_SKIP: "pp* cp38-*"
3737

3838
- name: Build sdist
3939
if: runner.os == 'Linux' && runner.arch == 'X64'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Cython~=3.1.1
1+
Cython~=3.1.2

0 commit comments

Comments
 (0)