Skip to content

Commit ab239aa

Browse files
author
Beat Buesser
committed
Bump Python version to 3.8 in TensorFlow v1 workflow
Signed-off-by: Beat Buesser <[email protected]>
1 parent eb1b13a commit ab239aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-tensorflow-v1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
include:
28-
- name: TensorFlow 1.15.5 (Keras 2.2.5 Python 3.7)
28+
- name: TensorFlow 1.15.5 (Keras 2.2.5 Python 3.8)
2929
framework: tensorflow
30-
python: 3.7
30+
python: 3.8
3131
tensorflow: 1.15.5
3232
tf_version: v1
3333
keras: 2.2.5

0 commit comments

Comments
 (0)