Skip to content

Commit 0b0014c

Browse files
ci: bump version of cibuildwheel, drop py38, add py313,py314
1 parent 7da8ca0 commit 0b0014c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, windows-2019, macos-latest]
16+
os: [ubuntu-latest, windows-latest, macos-latest]
1717
arch: [auto]
1818
include:
1919
- os: ubuntu-latest
@@ -27,7 +27,7 @@ jobs:
2727
uses: docker/setup-qemu-action@v1
2828

2929
- name: Build wheels
30-
uses: pypa/cibuildwheel@v2.22.0
30+
uses: pypa/cibuildwheel@v3.2.0
3131
# to supply options, put them in 'env', like:
3232
env:
3333
CIBW_ARCHS_LINUX: ${{matrix.arch}}

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
18+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1919

2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)