Skip to content

Commit 8ef23eb

Browse files
committed
Add support for 3.13
1 parent ae85d5a commit 8ef23eb

File tree

3 files changed

+486
-408
lines changed

3 files changed

+486
-408
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest, windows-latest, macos-latest]
9-
python-version: ['3.9', '3.10', '3.11', '3.12']
9+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
#----------------------------------------------

0 commit comments

Comments
 (0)