We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57e56b commit 8f7db41Copy full SHA for 8f7db41
.github/workflows/main.yml
@@ -12,10 +12,10 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v2
15
- - name: Preparar Python v3.9
+ - name: Preparar Python v3.10
16
uses: actions/setup-python@v2
17
with:
18
- python-version: 3.9
+ python-version: "3.10"
19
- name: Sincronizar con CPython
20
run: |
21
git submodule update --init --depth=1 cpython
.readthedocs.yml
@@ -10,11 +10,13 @@ sphinx:
10
configuration: conf.py
11
build:
- image: testing
+ os: ubuntu-20.04
+ tools:
+ python: "3.10"
+
# Optionally set the version of Python and requirements required to build your docs
python:
- version: 3.9
install:
- requirements: requirements.txt
22
0 commit comments