Skip to content

Commit 1ed29c0

Browse files
chore(deps): update dependency python to v3.14.0
1 parent d3df0d2 commit 1ed29c0

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
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: |

.github/workflows/main-workflow.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
image: python-minimal
2222
context: python-minimal
2323
base_image: base
24-
python_version_1: 3.13.8
24+
python_version_1: 3.14.0
2525
python_version_2: 3.12.12
2626
secrets: inherit
2727
python-datascience:
@@ -31,7 +31,7 @@ jobs:
3131
image: python-datascience
3232
context: python-datascience
3333
base_image: python-minimal
34-
python_version_1: 3.13.8
34+
python_version_1: 3.14.0
3535
python_version_2: 3.12.12
3636
secrets: inherit
3737
r-minimal:
@@ -61,7 +61,7 @@ jobs:
6161
image: jupyter-python
6262
context: jupyter
6363
base_image: python-datascience
64-
python_version_1: 3.13.8
64+
python_version_1: 3.14.0
6565
python_version_2: 3.12.12
6666
secrets: inherit
6767
vscode-python:
@@ -71,7 +71,7 @@ jobs:
7171
image: vscode-python
7272
context: vscode
7373
base_image: python-datascience
74-
python_version_1: 3.13.8
74+
python_version_1: 3.14.0
7575
python_version_2: 3.12.12
7676
secrets: inherit
7777
pyspark:
@@ -81,7 +81,7 @@ jobs:
8181
image: pyspark
8282
context: spark
8383
base_image: python-minimal
84-
python_version_1: 3.13.8
84+
python_version_1: 3.14.0
8585
python_version_2: 3.12.12
8686
spark_version: 3.5.7
8787
build_gpu: false
@@ -93,7 +93,7 @@ jobs:
9393
image: jupyter-pyspark
9494
context: jupyter
9595
base_image: pyspark
96-
python_version_1: 3.13.8
96+
python_version_1: 3.14.0
9797
python_version_2: 3.12.12
9898
spark_version: 3.5.7
9999
build_gpu: false
@@ -105,7 +105,7 @@ jobs:
105105
image: vscode-pyspark
106106
context: vscode
107107
base_image: pyspark
108-
python_version_1: 3.13.8
108+
python_version_1: 3.14.0
109109
python_version_2: 3.12.12
110110
spark_version: 3.5.7
111111
build_gpu: false
@@ -117,7 +117,7 @@ jobs:
117117
image: python-pytorch
118118
context: python-pytorch
119119
base_image: python-minimal
120-
python_version_1: 3.13.8
120+
python_version_1: 3.14.0
121121
python_version_2: 3.12.12
122122
secrets: inherit
123123
jupyter-pytorch:
@@ -127,7 +127,7 @@ jobs:
127127
image: jupyter-pytorch
128128
context: jupyter
129129
base_image: python-pytorch
130-
python_version_1: 3.13.8
130+
python_version_1: 3.14.0
131131
python_version_2: 3.12.12
132132
secrets: inherit
133133
vscode-pytorch:
@@ -137,7 +137,7 @@ jobs:
137137
image: vscode-pytorch
138138
context: vscode
139139
base_image: python-pytorch
140-
python_version_1: 3.13.8
140+
python_version_1: 3.14.0
141141
python_version_2: 3.12.12
142142
secrets: inherit
143143
python-tensorflow:
@@ -147,7 +147,7 @@ jobs:
147147
image: python-tensorflow
148148
context: python-tensorflow
149149
base_image: python-minimal
150-
python_version_1: 3.13.8
150+
python_version_1: 3.14.0
151151
python_version_2: 3.12.12
152152
secrets: inherit
153153
jupyter-tensorflow:
@@ -157,7 +157,7 @@ jobs:
157157
image: jupyter-tensorflow
158158
context: jupyter
159159
base_image: python-tensorflow
160-
python_version_1: 3.13.8
160+
python_version_1: 3.14.0
161161
python_version_2: 3.12.12
162162
secrets: inherit
163163
vscode-tensorflow:
@@ -167,7 +167,7 @@ jobs:
167167
image: vscode-tensorflow
168168
context: vscode
169169
base_image: python-tensorflow
170-
python_version_1: 3.13.8
170+
python_version_1: 3.14.0
171171
python_version_2: 3.12.12
172172
secrets: inherit
173173
rstudio:
@@ -212,7 +212,7 @@ jobs:
212212
context: r-python-julia
213213
base_image: r-datascience
214214
r_version_1: 4.5.1
215-
python_version_1: 3.13.8
215+
python_version_1: 3.14.0
216216
build_gpu: false
217217
secrets: inherit
218218
vscode-r-python-julia:
@@ -223,7 +223,7 @@ jobs:
223223
context: vscode
224224
base_image: r-python-julia
225225
r_version_1: 4.5.1
226-
python_version_1: 3.13.8
226+
python_version_1: 3.14.0
227227
build_gpu: false
228228
secrets: inherit
229229
jupyter-r-python-julia:
@@ -234,7 +234,7 @@ jobs:
234234
context: jupyter
235235
base_image: r-python-julia
236236
r_version_1: 4.5.1
237-
python_version_1: 3.13.8
237+
python_version_1: 3.14.0
238238
build_gpu: false
239239
secrets: inherit
240240
rstudio-r-python-julia:
@@ -245,6 +245,6 @@ jobs:
245245
context: rstudio
246246
base_image: r-python-julia
247247
r_version_1: 4.5.1
248-
python_version_1: 3.13.8
248+
python_version_1: 3.14.0
249249
build_gpu: false
250250
secrets: inherit

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.8"
6+
ARG PYTHON_VERSION="3.14.0"
77
ENV PYTHON_VERSION=${PYTHON_VERSION}
88

99
# Install Python separately from system installation to avoid conflicts

0 commit comments

Comments
 (0)