We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3e637 commit bddac05Copy full SHA for bddac05
.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.10
+ - name: Preparar Python v3.11
16
uses: actions/setup-python@v2
17
with:
18
- python-version: "3.10"
+ python-version: "3.11"
19
- name: Sincronizar con CPython
20
run: |
21
git submodule update --init --depth=1 cpython
0 commit comments