Skip to content

Commit 8bc95be

Browse files
Update dependency python
1 parent 2d6be35 commit 8bc95be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Python
1111
uses: actions/setup-python@v4
1212
with:
13-
python-version: "3.11"
13+
python-version: "3.13"
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@v4
2525
with:
26-
python-version: "3.11"
26+
python-version: "3.13"
2727
- name: Install Python dependencies
2828
run: pip install -r dev-requirements.txt
2929
- name: Fetch containers

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim
1+
FROM python:3.13-slim
22

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

0 commit comments

Comments
 (0)