We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eff9da commit 13b7d03Copy full SHA for 13b7d03
.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.14'
+ python-version: '3.9'
16
17
- uses: actions/checkout@v6
18
Pipfile
@@ -14,4 +14,4 @@ omegaup = "==1.3.0"
pyyaml = ">=6.0.1"
[requires]
-python_version = "3.14"
+python_version = "3.9"
0 commit comments