Skip to content

Commit 0d83780

Browse files
Allow Python 3.13 (#29)
* Allow Python 3.13 * Remove useless dependencies
1 parent 42e80a8 commit 0d83780

File tree

3 files changed

+151
-519
lines changed

3 files changed

+151
-519
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [Ubuntu, MacOS, Windows]
19-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
19+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
2020
steps:
2121
- uses: actions/checkout@v4
2222

0 commit comments

Comments
 (0)