Skip to content

Commit c77367d

Browse files
committed
adding python3.13 support
1 parent fb151d0 commit c77367d

File tree

3 files changed

+805
-633
lines changed

3 files changed

+805
-633
lines changed

.github/workflows/runtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: ["macos-latest", "windows-latest","ubuntu-latest"]
13-
python-version: ["3.9.13","3.10","3.11","3.12"] # removed 3.8, it's no longer getting security updates
13+
python-version: ["3.9.13","3.10","3.11","3.12","3.13"] # removed 3.8, it's no longer getting security updates
1414
fail-fast: false
1515

1616
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)