Skip to content

Commit d3df0d2

Browse files
authored
bump python version (#320)
1 parent 004267b commit d3df0d2

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

.github/workflows/main-workflow.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
image: python-minimal
2222
context: python-minimal
2323
base_image: base
24-
python_version_1: 3.13.7
25-
python_version_2: 3.12.11
24+
python_version_1: 3.13.8
25+
python_version_2: 3.12.12
2626
secrets: inherit
2727
python-datascience:
2828
needs: [python-minimal]
@@ -31,8 +31,8 @@ jobs:
3131
image: python-datascience
3232
context: python-datascience
3333
base_image: python-minimal
34-
python_version_1: 3.13.7
35-
python_version_2: 3.12.11
34+
python_version_1: 3.13.8
35+
python_version_2: 3.12.12
3636
secrets: inherit
3737
r-minimal:
3838
needs: [base]
@@ -61,8 +61,8 @@ jobs:
6161
image: jupyter-python
6262
context: jupyter
6363
base_image: python-datascience
64-
python_version_1: 3.13.7
65-
python_version_2: 3.12.11
64+
python_version_1: 3.13.8
65+
python_version_2: 3.12.12
6666
secrets: inherit
6767
vscode-python:
6868
needs: [python-datascience]
@@ -71,8 +71,8 @@ jobs:
7171
image: vscode-python
7272
context: vscode
7373
base_image: python-datascience
74-
python_version_1: 3.13.7
75-
python_version_2: 3.12.11
74+
python_version_1: 3.13.8
75+
python_version_2: 3.12.12
7676
secrets: inherit
7777
pyspark:
7878
needs: [python-minimal]
@@ -81,8 +81,8 @@ jobs:
8181
image: pyspark
8282
context: spark
8383
base_image: python-minimal
84-
python_version_1: 3.13.7
85-
python_version_2: 3.12.11
84+
python_version_1: 3.13.8
85+
python_version_2: 3.12.12
8686
spark_version: 3.5.7
8787
build_gpu: false
8888
secrets: inherit
@@ -93,8 +93,8 @@ jobs:
9393
image: jupyter-pyspark
9494
context: jupyter
9595
base_image: pyspark
96-
python_version_1: 3.13.7
97-
python_version_2: 3.12.11
96+
python_version_1: 3.13.8
97+
python_version_2: 3.12.12
9898
spark_version: 3.5.7
9999
build_gpu: false
100100
secrets: inherit
@@ -105,8 +105,8 @@ jobs:
105105
image: vscode-pyspark
106106
context: vscode
107107
base_image: pyspark
108-
python_version_1: 3.13.7
109-
python_version_2: 3.12.11
108+
python_version_1: 3.13.8
109+
python_version_2: 3.12.12
110110
spark_version: 3.5.7
111111
build_gpu: false
112112
secrets: inherit
@@ -117,8 +117,8 @@ jobs:
117117
image: python-pytorch
118118
context: python-pytorch
119119
base_image: python-minimal
120-
python_version_1: 3.13.7
121-
python_version_2: 3.12.11
120+
python_version_1: 3.13.8
121+
python_version_2: 3.12.12
122122
secrets: inherit
123123
jupyter-pytorch:
124124
needs: [python-pytorch]
@@ -127,8 +127,8 @@ jobs:
127127
image: jupyter-pytorch
128128
context: jupyter
129129
base_image: python-pytorch
130-
python_version_1: 3.13.7
131-
python_version_2: 3.12.11
130+
python_version_1: 3.13.8
131+
python_version_2: 3.12.12
132132
secrets: inherit
133133
vscode-pytorch:
134134
needs: [python-pytorch]
@@ -137,8 +137,8 @@ jobs:
137137
image: vscode-pytorch
138138
context: vscode
139139
base_image: python-pytorch
140-
python_version_1: 3.13.7
141-
python_version_2: 3.12.11
140+
python_version_1: 3.13.8
141+
python_version_2: 3.12.12
142142
secrets: inherit
143143
python-tensorflow:
144144
needs: [python-minimal]
@@ -147,8 +147,8 @@ jobs:
147147
image: python-tensorflow
148148
context: python-tensorflow
149149
base_image: python-minimal
150-
python_version_1: 3.13.7
151-
python_version_2: 3.12.11
150+
python_version_1: 3.13.8
151+
python_version_2: 3.12.12
152152
secrets: inherit
153153
jupyter-tensorflow:
154154
needs: [python-tensorflow]
@@ -157,8 +157,8 @@ jobs:
157157
image: jupyter-tensorflow
158158
context: jupyter
159159
base_image: python-tensorflow
160-
python_version_1: 3.13.7
161-
python_version_2: 3.12.11
160+
python_version_1: 3.13.8
161+
python_version_2: 3.12.12
162162
secrets: inherit
163163
vscode-tensorflow:
164164
needs: [python-tensorflow]
@@ -167,8 +167,8 @@ jobs:
167167
image: vscode-tensorflow
168168
context: vscode
169169
base_image: python-tensorflow
170-
python_version_1: 3.13.7
171-
python_version_2: 3.12.11
170+
python_version_1: 3.13.8
171+
python_version_2: 3.12.12
172172
secrets: inherit
173173
rstudio:
174174
needs: [r-datascience]
@@ -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.7
215+
python_version_1: 3.13.8
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.7
226+
python_version_1: 3.13.8
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.7
237+
python_version_1: 3.13.8
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.7
248+
python_version_1: 3.13.8
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.5"
6+
ARG PYTHON_VERSION="3.13.8"
77
ENV PYTHON_VERSION=${PYTHON_VERSION}
88

99
# Install Python separately from system installation to avoid conflicts

0 commit comments

Comments
 (0)