Skip to content

Commit 845588e

Browse files
committed
Use Python 3.9 on GitHub action
1 parent d9b4804 commit 845588e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.8
15+
- name: Preparar Python v3.9
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: 3.8
18+
python-version: 3.9
1919
- name: Sincronizar con CPython
2020
run: |
2121
git submodule sync

0 commit comments

Comments
 (0)