Skip to content

Commit 6d0e3e3

Browse files
authored
use python 311
1 parent 696945a commit 6d0e3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr-sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-python@v4
2323
with:
24-
python-version: '3.10' # Version range or exact version of a Python version to use, using SemVer's version range syntax
24+
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
2525

2626
- name: Installing Dependencies
2727
run: pip install -r docs/requirements.txt

0 commit comments

Comments
 (0)