Skip to content

Commit e72b511

Browse files
seanpmorganfacaiy
authored andcommitted
BLD: Remove py34 support as it no longer published for tf-core (#400)
1 parent 77f6872 commit e72b511

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/ci_build/builds/release_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# ==============================================================================
1616
set -e -x
1717

18-
PYTHON_VERSIONS="python2.7 python3.4 python3.5 python3.6"
18+
PYTHON_VERSIONS="python2.7 python3.5 python3.6"
1919
curl -sSOL https://bootstrap.pypa.io/get-pip.py
2020
add-apt-repository -y ppa:deadsnakes/ppa
2121

tools/ci_build/builds/release_macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# ==============================================================================
1616
set -e -x
1717

18-
PYTHON_VERSIONS="2.7.15 3.4.9 3.5.6 3.6.6"
18+
PYTHON_VERSIONS="2.7.15 3.5.6 3.6.6"
1919
curl -sSOL https://bootstrap.pypa.io/get-pip.py
2020

2121
# Install Bazel 0.24

0 commit comments

Comments
 (0)