Skip to content

Commit 118ca37

Browse files
chore: Test with Python 3.13
1 parent 05cdd26 commit 118ca37

2 files changed

Lines changed: 470 additions & 434 deletions

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ 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:
15+
- "3.8"
16+
- "3.9"
17+
- "3.10"
18+
- "3.11"
19+
- "3.12"
20+
- "3.13"
1521
steps:
1622
- uses: actions/checkout@v4
1723
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)