Skip to content

Commit 8944412

Browse files
authored
Upgrade Python version from 3.13.12 to 3.13.13 (#371)
1 parent 72b4cbf commit 8944412

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/main-workflow.yml

Lines changed: 16 additions & 16 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.12
24+
python_version_1: 3.13.13
2525
python_version_2: 3.12.13
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.12
34+
python_version_1: 3.13.13
3535
python_version_2: 3.12.13
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.12
64+
python_version_1: 3.13.13
6565
python_version_2: 3.12.13
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.12
74+
python_version_1: 3.13.13
7575
python_version_2: 3.12.13
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.12
84+
python_version_1: 3.13.13
8585
python_version_2: 3.12.13
8686
spark_version: 4.1.1
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.12
96+
python_version_1: 3.13.13
9797
python_version_2: 3.12.13
9898
spark_version: 4.1.1
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.12
108+
python_version_1: 3.13.13
109109
python_version_2: 3.12.13
110110
spark_version: 4.1.1
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.12
120+
python_version_1: 3.13.13
121121
python_version_2: 3.12.13
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.12
130+
python_version_1: 3.13.13
131131
python_version_2: 3.12.13
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.12
140+
python_version_1: 3.13.13
141141
python_version_2: 3.12.13
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.12
150+
python_version_1: 3.13.13
151151
python_version_2: 3.12.13
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.12
160+
python_version_1: 3.13.13
161161
python_version_2: 3.12.13
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.12
170+
python_version_1: 3.13.13
171171
python_version_2: 3.12.13
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.6.0
215-
python_version_1: 3.13.12
215+
python_version_1: 3.13.13
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.6.0
226-
python_version_1: 3.13.12
226+
python_version_1: 3.13.13
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.6.0
237-
python_version_1: 3.13.12
237+
python_version_1: 3.13.13
238238
build_gpu: false
239239
secrets: inherit
240240
rstudio-r-python-julia:

0 commit comments

Comments
 (0)