Skip to content

Commit c637ef7

Browse files
committed
We do want newer python 3.11 for doc generation.
(this was an overlapping change between the missed EGL and the 3.8-EOL).
1 parent 4976ef5 commit c637ef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- uses: actions/setup-python@v5
118118
name: Install Python
119119
with:
120-
python-version: '3.8'
120+
python-version: '3.11'
121121

122122
- uses: actions/download-artifact@v4
123123
with:

0 commit comments

Comments
 (0)