Skip to content

Commit 2003158

Browse files
committed
try adding py3.13
1 parent 1fd38ab commit 2003158

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-ver: [3.8, 3.9, '3.10', '3.11', '3.12']
11+
python-ver: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13']
1212
os: [ubuntu-latest, windows-latest, macos-latest]
1313
experimental: [false]
1414

@@ -75,7 +75,7 @@ jobs:
7575
if: matrix.os == 'ubuntu-latest' && matrix.python-ver == '3.10'
7676
uses: RalfG/python-wheels-manylinux-build@v0.7.1-manylinux2010_x86_64
7777
with:
78-
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312'
78+
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312 cp313-cp313''
7979
8080
- name: upload manylinux
8181
if: matrix.os == 'ubuntu-latest' && matrix.python-ver == '3.10'

0 commit comments

Comments
 (0)