8000 Use 3.11 for GitHub Action · SR213/python-docs-es@bddac05 · GitHub
[go: up one dir, main page]

Skip to content

Commit bddac05

Browse files
authored
Use 3.11 for GitHub Action
1 parent 1b3e637 commit bddac05

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