Skip to content

Commit 9af8d2c

Browse files
chore(deps): update dependency python
1 parent 004267b commit 9af8d2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main-workflow-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Set up Python
5858
uses: actions/setup-python@v6
5959
with:
60-
python-version: '3.13'
60+
python-version: '3.14'
6161

6262
- id: set-matrix
6363
run: |

python-minimal/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM $BASE_IMAGE
33

44
LABEL maintainer="InseeFrLab <[email protected]>"
55

6-
ARG PYTHON_VERSION="3.13.5"
6+
ARG PYTHON_VERSION="3.13.7"
77
ENV PYTHON_VERSION=${PYTHON_VERSION}
88

99
# Install Python separately from system installation to avoid conflicts

0 commit comments

Comments
 (0)