File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version: 2.1
44jobs :
55 build-docs :
66 docker :
7- - image : cimg/python:3.13
7+ - image : cimg/python:3.12
88 steps :
99 - checkout
1010
4646 command : |
4747 export BASE_URL="/output/job/$CIRCLE_WORKFLOW_JOB_ID/artifacts/0/$DOCS_PATH"
4848
49- python -m tox -e py313 -buildhtml
49+ python -m tox -e py312 -buildhtml
5050
5151 - save_cache :
5252 key : pip-cache-{{ checksum "site_requirements.txt" }}
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 - name : Setup Python
2525 uses : actions/setup-python@v5
2626 with :
27- python-version : ' 3.11 '
27+ python-version : ' 3.12 '
2828
2929 - name : Install dependencies
3030 run : python -m pip install --upgrade tox
3131
3232 - name : Execute notebooks while building HTMLs
33- run : tox -e py311 -buildhtml
33+ run : tox -e py312 -buildhtml
3434
3535 - name : Publish
3636 uses : peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ jobs:
6868 - name : Setup Python
6969 uses : actions/setup-python@v5
7070 with :
71- python-version : ' 3.11 '
71+ python-version : ' 3.12 '
7272
7373 - name : Install dependencies
7474 run : python -m pip install --upgrade tox
7575
7676 - name : Execute notebooks as testing
77- run : tox -e py311 -buildhtml
77+ run : tox -e py312 -buildhtml
You can’t perform that action at this time.
0 commit comments