File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 88 steps :
99 - uses : actions/checkout@v4
1010 - uses : actions/setup-python@v5
11+ with :
12+ python-version : ' 3.10'
1113 - name : Install dependencies
1214 run : |
1315 pip install sphinx sphinx_rtd_theme
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919
2020 steps :
2121 - uses : actions/checkout@v4
22- - name : Set up Python 3.8
22+ - name : Set up Python 3.10
2323 uses : actions/setup-python@v5
2424 with :
25- python-version : 3.8
25+ python-version : ' 3.10 '
2626 - name : Install dependencies
2727 run : |
2828 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
33build :
44 os : ubuntu-22.04
55 tools :
6- python : " 3.9 "
6+ python : " 3.10 "
77
88python :
99 install :
You can’t perform that action at this time.
0 commit comments