Skip to content

Commit 2080c55

Browse files
authored
Merge pull request #83 from BelfrySoftware/python_3_13
Add support for python 3.13 compatibility
2 parents 4e56eed + 15540d4 commit 2080c55

File tree

4 files changed

+418
-148
lines changed

4 files changed

+418
-148
lines changed

.github/workflows/main.yml

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

1616
steps:
1717
- 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)