Remove f-string, since it's not supported by Python 3.5 (#5330)

* Remove f-string, since it's not supported by Python 3.5

* Add Python 3.5 to CI, to ensure compatibility

* Remove duplicated matplotlib

* Show deprecation notice for Python 3.5

* Fix lint

* Fix lint
This commit is contained in:
Philip Hyunsu Cho
2020-02-20 22:47:05 -08:00
committed by GitHub
parent d90e7b3117
commit bf1b2cbfa2
5 changed files with 48 additions and 20 deletions

1
Jenkinsfile vendored
View File

@@ -273,6 +273,7 @@ def TestPythonCPU() {
def docker_binary = "docker"
sh """
${dockerRun} ${container_type} ${docker_binary} tests/ci_build/test_python.sh cpu
${dockerRun} ${container_type} ${docker_binary} tests/ci_build/test_python.sh cpu-py35
"""
deleteDir()
}