Skip to content

Commit 1eff9da

Browse files
committed
Actualizar python
1 parent f61583d commit 1eff9da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Set up Python
13-
uses: actions/setup-python@v5
13+
uses: actions/setup-python@v6
1414
with:
15-
python-version: '3.8'
15+
python-version: '3.14'
1616

17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v6
1818
with:
1919
ref: ${{ github.event.pull_request.head.sha }}
2020
fetch-depth: 0

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ omegaup = "==1.3.0"
1414
pyyaml = ">=6.0.1"
1515

1616
[requires]
17-
python_version = "3.8"
17+
python_version = "3.14"

0 commit comments

Comments
 (0)