Skip to content

Commit 15540d4

Browse files
Add support for python 3.13 compatibility
1 parent d23c303 commit 15540d4

4 files changed

Lines changed: 418 additions & 148 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
11+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
1212

1313
steps:
1414
- uses: actions/checkout@v3

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
3.10.4
44
3.11.11
55
3.12.8
6+
3.13.7

0 commit comments

Comments
 (0)