File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
3232RUN groupadd --system django && \
You can’t perform that action at this time.
0 commit comments