Skip to content

Commit 8a1b03b

Browse files
Copilotluzfcb
andcommitted
Update GitHub Actions to use Python 3.5
Co-authored-by: luzfcb <807599+luzfcb@users.noreply.github.com>
1 parent f7d09cb commit 8a1b03b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Configura python
2323
uses: actions/setup-python@v4
2424
with:
25-
python-version: "2.7"
25+
python-version: "3.5"
2626
cache: pip
2727

2828
- name: Instala dependências

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Configura python
2626
uses: actions/setup-python@v6
2727
with:
28-
python-version: "2.7"
28+
python-version: "3.5"
2929
cache: pip
3030

3131
- name: Instala dependências

0 commit comments

Comments
 (0)