Skip to content

Commit beda6bb

Browse files
authored
add 3.13 remove 3.8
1 parent 98b9f94 commit beda6bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
os: [ubuntu-latest, windows-latest, macos-latest]
32-
python_version: ['cp38-*', 'cp39-*', 'cp310-*', 'cp311-*', 'cp312-*']
32+
python_version: ['cp39-*', 'cp310-*', 'cp311-*', 'cp312-*', 'cp313-*']
3333

3434
steps:
3535
- uses: actions/download-artifact@v4
@@ -45,7 +45,7 @@ jobs:
4545
if: matrix.os == 'macos-latest'
4646
run: brew install swig
4747

48-
- uses: pypa/cibuildwheel@v2.16.5
48+
- uses: pypa/cibuildwheel@v2.21.3
4949
env:
5050
CIBW_BUILD: ${{ matrix.python_version }}
5151
CIBW_ARCHS_MACOS: x86_64 arm64

0 commit comments

Comments
 (0)