Skip to content

Commit 6ba0e4a

Browse files
humitoscmaureir
authored andcommittedDec 7, 2021
Update CI (RTD and GH Actions) to run Python 3.10
1 parent 33e7901 commit 6ba0e4a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
 

‎.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
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

Lines changed: 4 additions & 2 deletions
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)