We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b7d03 commit a8005dcCopy full SHA for a8005dc
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Python
13
uses: actions/setup-python@v6
14
with:
15
- python-version: '3.9'
+ python-version: '3.13'
16
17
- uses: actions/checkout@v6
18
Pipfile
@@ -14,4 +14,4 @@ omegaup = "==1.3.0"
pyyaml = ">=6.0.1"
[requires]
-python_version = "3.9"
+python_version = "3.13"
0 commit comments