Skip to content

Commit a8005dc

Browse files
committed
Actualizar python 3.13
1 parent 13b7d03 commit a8005dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v6
1414
with:
15-
python-version: '3.9'
15+
python-version: '3.13'
1616

1717
- uses: actions/checkout@v6
1818
with:

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.9"
17+
python_version = "3.13"

0 commit comments

Comments
 (0)