We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004267b commit 9af8d2cCopy full SHA for 9af8d2c
.github/workflows/main-workflow-template.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Set up Python
58
uses: actions/setup-python@v6
59
with:
60
- python-version: '3.13'
+ python-version: '3.14'
61
62
- id: set-matrix
63
run: |
python-minimal/Dockerfile
@@ -3,7 +3,7 @@ FROM $BASE_IMAGE
3
4
LABEL maintainer="InseeFrLab <[email protected]>"
5
6
-ARG PYTHON_VERSION="3.13.5"
+ARG PYTHON_VERSION="3.13.7"
7
ENV PYTHON_VERSION=${PYTHON_VERSION}
8
9
# Install Python separately from system installation to avoid conflicts
0 commit comments