Skip to content

Commit eace1f1

Browse files
chore(deps): update dependency python (#179)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf7fe80 commit eace1f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set up Python
6363
uses: actions/setup-python@v5
6464
with:
65-
python-version: 3.13
65+
python-version: 3.14
6666
- name: Install dependencies
6767
run: |
6868
python -m pip install --upgrade pip
@@ -86,7 +86,7 @@ jobs:
8686
- name: Set up Python
8787
uses: actions/setup-python@v5
8888
with:
89-
python-version: 3.13
89+
python-version: 3.14
9090
- name: Install dependencies
9191
run: |
9292
python -m pip install --upgrade pip

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
ARG VERSION
44

0 commit comments

Comments
 (0)