Skip to content

Commit 7ffda57

Browse files
committed
[CI] Test on Python 3.13, Drop Python 3.8
1 parent a22c974 commit 7ffda57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# CIBW_SOME_OPTION: value
3232
env:
3333
# List of platforms to build on
34-
CIBW_BUILD: cp3{8,9,10,11,12}-manylinux_x86_64 cp3{8,9,10,11,12}-macosx_x86_64 cp3{8,9,10,11,12}-macosx_arm64 cp3{8,9,10,11,12}-win_amd64
34+
CIBW_BUILD: cp3{9,10,11,12,13}-manylinux_x86_64 cp3{9,10,11,12,13}-macosx_x86_64 cp3{9,10,11,12,13}-macosx_arm64 cp3{9,10,11,12,13}-win_amd64
3535

3636
# Install Eigen and pybind11 on manylinux images (no brew, need Eigen >= 3.4)
3737
CIBW_BEFORE_ALL_LINUX: >

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.8","3.9","3.10","3.11","3.12"]
16+
python-version: ["3.9","3.10","3.11","3.12","3.13"]
1717

1818
steps:
1919
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)