Skip to content

Commit 126d39f

Browse files
Add Python 3.13 to test matrix (#50)
* Add Python 3.13 to test matrix * Fix upper Python bound
1 parent a3b8f60 commit 126d39f

File tree

3 files changed

+1077
-883
lines changed

3 files changed

+1077
-883
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
strategy:
17+
fail-fast: false
1718
matrix:
18-
python-version: ["3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1920

2021
steps:
2122
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)