8000 Merge branch '3.11' into 3.11 · python/python-docs-es@88a193f · GitHub
[go: up one dir, main page]

Skip to content

Commit 88a193f

Browse files
authored
Merge branch '3.11' into 3.11
2 parents f40f90a + bddac05 commit 88a193f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.10
15+
- name: Preparar Python v3.11
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: "3.10"
18+
python-version: "3.11"
1919
- name: Sincronizar con CPython
2020
run: |
2121
git submodule update --init --depth=1 cpython

0 commit comments

Comments
 (0)
0