Skip to content

Commit d81eda2

Browse files
authored
Make 3.13 tests optional
1 parent 68193f0 commit d81eda2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
15+
include:
16+
- python-version: "3.13"
17+
continue-on-error: true
1518

1619
steps:
1720
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)