Skip to content

Commit c2ab59e

Browse files
authored
Merge pull request #184 from larsoner/313
ENH: Add Python 313
2 parents bcdecca + b9e3f55 commit c2ab59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python: [cp39, cp310, cp311, cp312]
21+
python: [cp310, cp311, cp312, cp313]
2222
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
2323
python_impl: [Python]
2424
include:

0 commit comments

Comments
 (0)