Skip to content

Commit 3a2d053

Browse files
committed
Versão 3.14 padrão nos jobs do CI
1 parent 81ceda8 commit 3a2d053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Instalar o python
8585
uses: actions/setup-python@v6
8686
with:
87-
python-version: 3.13
87+
python-version: 3.14
8888

8989
- name: Instalar Poetry
9090
run: pip install poetry
@@ -140,7 +140,7 @@ jobs:
140140
- name: Instalar o python
141141
uses: actions/setup-python@v6
142142
with:
143-
python-version: 3.13
143+
python-version: 3.14
144144

145145
- name: Instalar Poetry
146146
run: pip install poetry

0 commit comments

Comments
 (0)