We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0b23e commit 1c8f3d0Copy full SHA for 1c8f3d0
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Set up Python
11
uses: actions/setup-python@v5
12
with:
13
- python-version: "3.13"
+ python-version: "3.14"
14
- name: Install Python dependencies
15
run: pip install -r dev-requirements.txt
16
- name: Lint
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
- name: Fetch containers
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13-slim
+FROM python:3.14-slim
2
3
ENV SCHEDULE="0 0 * * *" PYTHONUNBUFFERED=1
4
0 commit comments