Skip to content

Commit 3a6d97c

Browse files
EliEli
authored andcommitted
Require python 3.10 for docs
Upgrade version of python for documentation.
1 parent b6eb81b commit 3a6d97c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_sphinx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- uses: actions/checkout@v2
2222
with:
2323
fetch-depth: 0
24-
- name: Set up Python 3.9
24+
- name: Set up Python 3.11
2525
uses: actions/setup-python@v2
2626
with:
27-
python-version: 3.9
27+
python-version: 3.11
2828
- name: Add conda to system path
2929
run: |
3030
echo $CONDA/bin >> $GITHUB_PATH

0 commit comments

Comments
 (0)