We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61583d commit 1eff9daCopy full SHA for 1eff9da
.github/workflows/ci.yaml
@@ -10,11 +10,11 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Set up Python
13
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
14
with:
15
- python-version: '3.8'
+ python-version: '3.14'
16
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v6
18
19
ref: ${{ github.event.pull_request.head.sha }}
20
fetch-depth: 0
Pipfile
@@ -14,4 +14,4 @@ omegaup = "==1.3.0"
pyyaml = ">=6.0.1"
[requires]
-python_version = "3.8"
+python_version = "3.14"
0 commit comments