Skip to content

Commit 172fd6c

Browse files
authored
Merge pull request #6098 from radarhere/python310
2 parents 37d28ce + 949e4af commit 172fd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
path: Tests/errors
9292

9393
- name: Docs
94-
if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == 3.9
94+
if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == 3.10
9595
run: |
9696
python3 -m pip install sphinx-copybutton sphinx-issues sphinx-removed-in sphinx-rtd-theme sphinxext-opengraph
9797
make doccheck

0 commit comments

Comments
 (0)