Skip to content

Commit 949e4af

Browse files
committed
Updated Python for doccheck to 3.10
1 parent 37d28ce commit 949e4af

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)