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:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v2
15
- - name : Preparar Python v3.9
15
+ - name : Preparar Python v3.10
16
16
uses : actions/setup-python@v2
17
17
with :
18
- python-version : 3.9
18
+ python-version : " 3.10 "
19
19
- name : Sincronizar con CPython
20
20
run : |
21
21
git submodule update --init --depth=1 cpython
Original file line number Diff line number Diff line change @@ -10,11 +10,13 @@ sphinx:
10
10
configuration : conf.py
11
11
12
12
build :
13
- image : testing
13
+ os : ubuntu-20.04
14
+ tools :
15
+ python : " 3.10"
16
+
14
17
15
18
# Optionally set the version of Python and requirements required to build your docs
16
19
python :
17
- version : 3.9
18
20
install :
19
21
- requirements : requirements.txt
20
22
You can’t perform that action at this time.
0 commit comments