Skip to content

Commit 1c8f3d0

Browse files
Update dependency python
1 parent 6b0b23e commit 1c8f3d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Python
1111
uses: actions/setup-python@v5
1212
with:
13-
python-version: "3.13"
13+
python-version: "3.14"
1414
- name: Install Python dependencies
1515
run: pip install -r dev-requirements.txt
1616
- name: Lint
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: "3.13"
26+
python-version: "3.14"
2727
- name: Install Python dependencies
2828
run: pip install -r dev-requirements.txt
2929
- name: Fetch containers

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim
1+
FROM python:3.14-slim
22

33
ENV SCHEDULE="0 0 * * *" PYTHONUNBUFFERED=1
44

0 commit comments

Comments
 (0)