Skip to content

Commit 5e7af64

Browse files
committed
Update CI (RTD and GH Actions) to run Python 3.10
1 parent 5e62854 commit 5e7af64

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff 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

.readthedocs.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ sphinx:
1010
configuration: conf.py
1111

1212
build:
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
1619
python:
17-
version: 3.9
1820
install:
1921
- requirements: requirements.txt
2022

0 commit comments

Comments
 (0)