Skip to content

Commit 2b7b2ce

Browse files
Update dependency python to v3.12.14
1 parent bd018f9 commit 2b7b2ce

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/main-workflow.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
context: python-minimal
2323
base_image: base
2424
python_version_1: 3.13.13
25-
python_version_2: 3.12.13
25+
python_version_2: 3.12.14
2626
secrets: inherit
2727
python-datascience:
2828
needs: [python-minimal]
@@ -32,7 +32,7 @@ jobs:
3232
context: python-datascience
3333
base_image: python-minimal
3434
python_version_1: 3.13.13
35-
python_version_2: 3.12.13
35+
python_version_2: 3.12.14
3636
secrets: inherit
3737
r-minimal:
3838
needs: [base]
@@ -62,7 +62,7 @@ jobs:
6262
context: jupyter
6363
base_image: python-datascience
6464
python_version_1: 3.13.13
65-
python_version_2: 3.12.13
65+
python_version_2: 3.12.14
6666
secrets: inherit
6767
vscode-python:
6868
needs: [python-datascience]
@@ -72,7 +72,7 @@ jobs:
7272
context: vscode
7373
base_image: python-datascience
7474
python_version_1: 3.13.13
75-
python_version_2: 3.12.13
75+
python_version_2: 3.12.14
7676
secrets: inherit
7777
pyspark:
7878
needs: [python-minimal]
@@ -82,7 +82,7 @@ jobs:
8282
context: spark
8383
base_image: python-minimal
8484
python_version_1: 3.13.13
85-
python_version_2: 3.12.13
85+
python_version_2: 3.12.14
8686
spark_version: 4.1.1
8787
build_gpu: false
8888
secrets: inherit
@@ -94,7 +94,7 @@ jobs:
9494
context: jupyter
9595
base_image: pyspark
9696
python_version_1: 3.13.13
97-
python_version_2: 3.12.13
97+
python_version_2: 3.12.14
9898
spark_version: 4.1.1
9999
build_gpu: false
100100
secrets: inherit
@@ -106,7 +106,7 @@ jobs:
106106
context: vscode
107107
base_image: pyspark
108108
python_version_1: 3.13.13
109-
python_version_2: 3.12.13
109+
python_version_2: 3.12.14
110110
spark_version: 4.1.1
111111
build_gpu: false
112112
secrets: inherit
@@ -118,7 +118,7 @@ jobs:
118118
context: python-pytorch
119119
base_image: python-minimal
120120
python_version_1: 3.13.13
121-
python_version_2: 3.12.13
121+
python_version_2: 3.12.14
122122
secrets: inherit
123123
jupyter-pytorch:
124124
needs: [python-pytorch]
@@ -128,7 +128,7 @@ jobs:
128128
context: jupyter
129129
base_image: python-pytorch
130130
python_version_1: 3.13.13
131-
python_version_2: 3.12.13
131+
python_version_2: 3.12.14
132132
secrets: inherit
133133
vscode-pytorch:
134134
needs: [python-pytorch]
@@ -138,7 +138,7 @@ jobs:
138138
context: vscode
139139
base_image: python-pytorch
140140
python_version_1: 3.13.13
141-
python_version_2: 3.12.13
141+
python_version_2: 3.12.14
142142
secrets: inherit
143143
python-tensorflow:
144144
needs: [python-minimal]
@@ -148,7 +148,7 @@ jobs:
148148
context: python-tensorflow
149149
base_image: python-minimal
150150
python_version_1: 3.13.13
151-
python_version_2: 3.12.13
151+
python_version_2: 3.12.14
152152
secrets: inherit
153153
jupyter-tensorflow:
154154
needs: [python-tensorflow]
@@ -158,7 +158,7 @@ jobs:
158158
context: jupyter
159159
base_image: python-tensorflow
160160
python_version_1: 3.13.13
161-
python_version_2: 3.12.13
161+
python_version_2: 3.12.14
162162
secrets: inherit
163163
vscode-tensorflow:
164164
needs: [python-tensorflow]
@@ -168,7 +168,7 @@ jobs:
168168
context: vscode
169169
base_image: python-tensorflow
170170
python_version_1: 3.13.13
171-
python_version_2: 3.12.13
171+
python_version_2: 3.12.14
172172
secrets: inherit
173173
rstudio:
174174
needs: [r-datascience]
@@ -256,5 +256,5 @@ jobs:
256256
context: marimo
257257
base_image: python-datascience
258258
python_version_1: 3.13.13
259-
python_version_2: 3.12.13
259+
python_version_2: 3.12.14
260260
secrets: inherit

0 commit comments

Comments
 (0)