We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6be35 commit 8bc95beCopy full SHA for 8bc95be
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Set up Python
11
uses: actions/setup-python@v4
12
with:
13
- python-version: "3.11"
+ python-version: "3.13"
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.11-slim
+FROM python:3.13-slim
2
3
ENV SCHEDULE="0 0 * * *" PYTHONUNBUFFERED=1
4
0 commit comments