Skip to content

Commit aabb026

Browse files
committed
Add wheel build and tests for Python 3.13
1 parent 8db4c5f commit aabb026

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
- "cp310-*"
7979
- "cp311-*"
8080
- "cp312-*"
81+
- "cp313-*"
8182
exclude:
8283
- os: ubuntu-latest
8384
cibw_arch: universal2

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
17+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1818
os: [windows-latest, ubuntu-latest, macos-latest]
1919

2020
env:

0 commit comments

Comments
 (0)