Skip to content

Commit 73d5da3

Browse files
committed
FIX: github actions: limit python versions to >= 3.11
1 parent 0ede4de commit 73d5da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
# - "3.8"
1919
# - "3.9"
2020
# - "3.10"
21-
# - "3.11"
2221
# # it appears that sphinx 8.2.1 requires python version >= 3.11
22+
- "3.11"
2323
- "3.12"
2424
# IMPORTANT: update the documentation file ../../docs/source/getting-started.rst when adding more python versions to the list above
2525

0 commit comments

Comments
 (0)