Skip to content

Commit 10f72d7

Browse files
authored
upgrade python version 3.13.7 (#304)
1 parent 79ea889 commit 10f72d7

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

.github/workflows/main-workflow.yml

Lines changed: 20 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,8 @@ 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
151+
python_version_2: 3.12.11
151152
secrets: inherit
152153
jupyter-tensorflow:
153154
needs: [python-tensorflow]
@@ -156,7 +157,8 @@ jobs:
156157
image: jupyter-tensorflow
157158
context: jupyter
158159
base_image: python-tensorflow
159-
python_version_1: 3.12.11
160+
python_version_1: 3.13.7
161+
python_version_2: 3.12.11
160162
secrets: inherit
161163
vscode-tensorflow:
162164
needs: [python-tensorflow]
@@ -165,7 +167,8 @@ jobs:
165167
image: vscode-tensorflow
166168
context: vscode
167169
base_image: python-tensorflow
168-
python_version_1: 3.12.11
170+
python_version_1: 3.13.7
171+
python_version_2: 3.12.11
169172
secrets: inherit
170173
rstudio:
171174
needs: [r-datascience]
@@ -209,7 +212,7 @@ jobs:
209212
context: r-python-julia
210213
base_image: r-datascience
211214
r_version_1: 4.5.1
212-
python_version_1: 3.13.5
215+
python_version_1: 3.13.7
213216
build_gpu: false
214217
secrets: inherit
215218
vscode-r-python-julia:
@@ -220,7 +223,7 @@ jobs:
220223
context: vscode
221224
base_image: r-python-julia
222225
r_version_1: 4.5.1
223-
python_version_1: 3.13.5
226+
python_version_1: 3.13.7
224227
build_gpu: false
225228
secrets: inherit
226229
jupyter-r-python-julia:
@@ -231,7 +234,7 @@ jobs:
231234
context: jupyter
232235
base_image: r-python-julia
233236
r_version_1: 4.5.1
234-
python_version_1: 3.13.5
237+
python_version_1: 3.13.7
235238
build_gpu: false
236239
secrets: inherit
237240
rstudio-r-python-julia:
@@ -242,6 +245,6 @@ jobs:
242245
context: rstudio
243246
base_image: r-python-julia
244247
r_version_1: 4.5.1
245-
python_version_1: 3.13.5
248+
python_version_1: 3.13.7
246249
build_gpu: false
247250
secrets: inherit

0 commit comments

Comments
 (0)