Skip to content

Commit 77d15e3

Browse files
authored
chore: support python 3.13 (#144)
- update dependencies versions - lint and test with python 3.13 - support python 3.13
1 parent a43a921 commit 77d15e3

File tree

4 files changed

+663
-559
lines changed

4 files changed

+663
-559
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest, macos-13, windows-latest]
21-
python-version: ["3.10", "3.11", "3.12"]
21+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v4
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
strategy:
4545
matrix:
46-
python-version: ["3.10", "3.11", "3.12"]
46+
python-version: ["3.10", "3.11", "3.12", "3.13"]
4747
steps:
4848
- name: Checkout
4949
uses: actions/checkout@v4

0 commit comments

Comments
 (0)