File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v2
15- - name : Preparar Python v3.9
15+ - name : Preparar Python v3.10
1616 uses : actions/setup-python@v2
1717 with :
18- python-version : 3.9
18+ python-version : " 3.10 "
1919 - name : Sincronizar con CPython
2020 run : |
2121 git submodule update --init --depth=1 cpython
Original file line number Diff line number Diff line change @@ -10,11 +10,13 @@ sphinx:
1010 configuration : conf.py
1111
1212build :
13- image : testing
13+ os : ubuntu-20.04
14+ tools :
15+ python : " 3.10"
16+
1417
1518# Optionally set the version of Python and requirements required to build your docs
1619python :
17- version : 3.9
1820 install :
1921 - requirements : requirements.txt
2022
You can’t perform that action at this time.
0 commit comments