Skip to content

Commit 48bf2c0

Browse files
renovate[bot]RealOrangeOne
authored andcommitted
Update dependency python
1 parent 5dcce99 commit 48bf2c0

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@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

Lines changed: 1 addition & 1 deletion
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)