Skip to content

Commit 91f36d0

Browse files
adehadnaufraghi
authored andcommitted
build & test Python 3.13 wheels
1 parent 78be199 commit 91f36d0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build_and_test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
continue-on-error: ${{ endsWith(matrix.python-version, 'dev') }}
99
strategy:
1010
matrix:
11-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
11+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up Python ${{ matrix.python-version }}
@@ -29,7 +29,7 @@ jobs:
2929
continue-on-error: ${{ endsWith(matrix.python-version, 'dev') }}
3030
strategy:
3131
matrix:
32-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
32+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: Set up Python ${{ matrix.python-version }}
@@ -50,7 +50,7 @@ jobs:
5050
continue-on-error: ${{ endsWith(matrix.python-version, 'dev') }}
5151
strategy:
5252
matrix:
53-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
53+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
5454
steps:
5555
- uses: actions/checkout@v4
5656
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/build_and_upload.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
submodules: true
1919

2020
- name: Build wheels
21-
uses: pypa/cibuildwheel@v2.19.2
21+
uses: pypa/cibuildwheel@v2.20.0
2222
env:
2323
CIBW_BUILD_VERBOSITY: 1
2424
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
25-
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*"
25+
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
2626
CIBW_SKIP: "pp* *-musllinux* *_aarch64 *_ppc64le *_s390x *_i686"
2727

2828
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)