Skip to content

Commit 1e7cde4

Browse files
chore(deps): update dependency python
1 parent cf0d597 commit 1e7cde4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Python
3333
uses: actions/setup-python@v5
3434
with:
35-
python-version: "3.13"
35+
python-version: "3.14"
3636
cache: "poetry"
3737
cache-dependency-path: "poetry.lock"
3838

@@ -161,7 +161,7 @@ jobs:
161161
- name: Set up Python
162162
uses: actions/setup-python@v5
163163
with:
164-
python-version: "3.13"
164+
python-version: "3.14"
165165
cache: "poetry"
166166
cache-dependency-path: "poetry.lock"
167167

@@ -204,7 +204,7 @@ jobs:
204204
- name: Set up Python
205205
uses: actions/setup-python@v5
206206
with:
207-
python-version: "3.13"
207+
python-version: "3.14"
208208

209209
- name: "Download coverage data"
210210
uses: actions/download-artifact@v4
@@ -278,7 +278,7 @@ jobs:
278278
- name: Set up Python
279279
uses: actions/setup-python@v5
280280
with:
281-
python-version: "3.13"
281+
python-version: "3.14"
282282
cache: "pip"
283283

284284
- name: Install Dependencies

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN npm run build:prod
2626
# use python:3.13-slim-bookworm as the base image for production
2727
#################################################################################
2828

29-
FROM python:3.13-slim-bookworm AS production
29+
FROM python:3.14-slim-bookworm AS production
3030

3131
# Add user that will be used in the container
3232
RUN groupadd --system django && \

0 commit comments

Comments
 (0)