Skip to content

Commit b08774a

Browse files
authored
Add Python 3.13 to build matrix in workflows
1 parent 4de8ffa commit b08774a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fail-fast: false
4848
matrix:
4949
os: [ubuntu-latest, windows-latest, macos-latest]
50-
pyver: [cp39, cp310, cp311, cp312]
50+
pyver: [cp39, cp310, cp311, cp312, cp313]
5151

5252
steps:
5353
- name: Checkout repo
@@ -91,7 +91,7 @@ jobs:
9191
strategy:
9292
fail-fast: false
9393
matrix:
94-
pyver: [cp38, cp39, cp310, cp311, cp312]
94+
pyver: [cp39, cp310, cp311, cp312, cp313]
9595

9696
steps:
9797
- name: Checkout repo

0 commit comments

Comments
 (0)