Skip to content

Commit 0f024ad

Browse files
Reduce Python test matrix to 3.8 and 3.13 versions
Co-authored-by: nicoragne <nicoragne@hotmail.fr>
1 parent 3216bae commit 0f024ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest, macos-latest, windows-latest]
23-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
23+
python-version: ["3.8", "3.13"]
2424
include:
2525
- os: ubuntu-latest
2626
python-version: "3.13"

0 commit comments

Comments
 (0)