Skip to content

Commit fe46296

Browse files
authored
stop testing on python 3.10 and 3.11 (#139)
(this avoids testing on python versions with little benefit)
1 parent f6f03f2 commit fe46296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
17+
python-version: ["3.9", "3.12", "3.13"]
1818
sphinx-version: ["5.3", "6.0", "6.1"]
1919

2020
steps:

0 commit comments

Comments
 (0)