Skip to content

Commit 69766e3

Browse files
committed
github actions: limit python versions to >= 3.9
1 parent a1522a5 commit 69766e3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pythonapp.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
strategy:
1414
matrix:
1515
python:
16-
- "3.6"
17-
- "3.7"
18-
- "3.8"
16+
# # it appears that sphinx 8.2.1 requires python version >= 3.9
17+
# - "3.6"
18+
# - "3.7"
19+
# - "3.8"
1920
- "3.9"
2021
- "3.10"
2122
- "3.11"

0 commit comments

Comments
 (0)