Skip to content

Commit 5696f95

Browse files
committed
Add Python 3.13 to test matrix
1 parent a3b8f60 commit 5696f95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
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)