Skip to content

Commit 8e61f02

Browse files
chore(deps): update dependency python to v3.13.7
1 parent 79ea889 commit 8e61f02

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.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.5
24+
python_version_1: 3.13.7
2525
python_version_2: 3.12.11
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.5
34+
python_version_1: 3.13.7
3535
python_version_2: 3.12.11
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.5
64+
python_version_1: 3.13.7
6565
python_version_2: 3.12.11
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.5
74+
python_version_1: 3.13.7
7575
python_version_2: 3.12.11
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.5
84+
python_version_1: 3.13.7
8585
python_version_2: 3.12.11
8686
spark_version: 3.5.6
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.5
96+
python_version_1: 3.13.7
9797
python_version_2: 3.12.11
9898
spark_version: 3.5.6
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.5
108+
python_version_1: 3.13.7
109109
python_version_2: 3.12.11
110110
spark_version: 3.5.6
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.5
120+
python_version_1: 3.13.7
121121
python_version_2: 3.12.11
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.5
130+
python_version_1: 3.13.7
131131
python_version_2: 3.12.11
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.5
140+
python_version_1: 3.13.7
141141
python_version_2: 3.12.11
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.12.11
150+
python_version_1: 3.13.7
151151
secrets: inherit
152152
jupyter-tensorflow:
153153
needs: [python-tensorflow]
@@ -156,7 +156,7 @@ jobs:
156156
image: jupyter-tensorflow
157157
context: jupyter
158158
base_image: python-tensorflow
159-
python_version_1: 3.12.11
159+
python_version_1: 3.13.7
160160
secrets: inherit
161161
vscode-tensorflow:
162162
needs: [python-tensorflow]
@@ -165,7 +165,7 @@ jobs:
165165
image: vscode-tensorflow
166166
context: vscode
167167
base_image: python-tensorflow
168-
python_version_1: 3.12.11
168+
python_version_1: 3.13.7
169169
secrets: inherit
170170
rstudio:
171171
needs: [r-datascience]
@@ -209,7 +209,7 @@ jobs:
209209
context: r-python-julia
210210
base_image: r-datascience
211211
r_version_1: 4.5.1
212-
python_version_1: 3.13.5
212+
python_version_1: 3.13.7
213213
build_gpu: false
214214
secrets: inherit
215215
vscode-r-python-julia:
@@ -220,7 +220,7 @@ jobs:
220220
context: vscode
221221
base_image: r-python-julia
222222
r_version_1: 4.5.1
223-
python_version_1: 3.13.5
223+
python_version_1: 3.13.7
224224
build_gpu: false
225225
secrets: inherit
226226
jupyter-r-python-julia:
@@ -231,7 +231,7 @@ jobs:
231231
context: jupyter
232232
base_image: r-python-julia
233233
r_version_1: 4.5.1
234-
python_version_1: 3.13.5
234+
python_version_1: 3.13.7
235235
build_gpu: false
236236
secrets: inherit
237237
rstudio-r-python-julia:
@@ -242,6 +242,6 @@ jobs:
242242
context: rstudio
243243
base_image: r-python-julia
244244
r_version_1: 4.5.1
245-
python_version_1: 3.13.5
245+
python_version_1: 3.13.7
246246
build_gpu: false
247247
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.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)