Skip to content

Commit 4c51e6c

Browse files
committed
Remove Python 3.8 from builds
1 parent 7f92a69 commit 4c51e6c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.circleci/config.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ jobs:
263263
./gpu
264264
265265
python-versions: &python-versions
266-
- "3.8"
267266
- "3.9"
268267
- "3.10"
269268
- "3.11"
@@ -314,12 +313,6 @@ workflows:
314313
requires:
315314
- R << matrix.r-version >>
316315

317-
- build-and-push-gpu:
318-
name: Tensorflow 2.9, Cuda 12.6, Ubuntu 20.04
319-
cuda-version: "12.6.3"
320-
ubuntu-version: "20.04"
321-
tf-version: "2.9.1"
322-
python-version: "3.8"
323316
- build-and-push-gpu:
324317
name: Tensorflow 2.11, Cuda 12.6, Ubuntu 20.04
325318
cuda-version: "12.6.3"
@@ -333,12 +326,6 @@ workflows:
333326
tf-version: "2.15.0"
334327
python-version: "3.11"
335328

336-
- build-and-push-gpu:
337-
name: Tensorflow 2.9, Cuda 11.8, Ubuntu 20.04
338-
cuda-version: "11.8.0"
339-
ubuntu-version: "20.04"
340-
tf-version: "2.9.1"
341-
python-version: "3.8"
342329
- build-and-push-gpu:
343330
name: Tensorflow 2.11, Cuda 11.8, Ubuntu 20.04
344331
cuda-version: "11.8.0"

0 commit comments

Comments
 (0)