Skip to content

Commit 09d338d

Browse files
fix: use 3.11 for workflow for documentation
1 parent 4cce3ed commit 09d338d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set up environment
6363
uses: ./.github/actions/setup-env
6464
with:
65-
python-version: 3.8
65+
python-version: 3.11
6666

6767
- name: Run sphinx-build
6868
run: nox -s docs -- --keep-going -W -w $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)