File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444 - name : Set up Python
4545 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
4646 with :
47- python-version : " 3.10 "
47+ python-version : " 3.14 "
4848
4949 - name : Install dependencies
5050 run : poetry install --no-interaction
Original file line number Diff line number Diff line change 1414 - name : Set up Python
1515 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
1616 with :
17- python-version : " 3.10 "
17+ python-version : " 3.14 "
1818 - name : Install ghp-import
1919 run : pip install ghp-import
2020 - name : Build documentation
Original file line number Diff line number Diff line change 1- FROM python:3.10 -slim AS base
1+ FROM python:3.14 -slim AS base
22
33LABEL maintainer=
"ODL DevOps <[email protected] >" 44
You can’t perform that action at this time.
0 commit comments