Require Python 3.6+; drop Python 3.5 from CI (#5715)
This commit is contained in:
committed by
GitHub
parent
fdbb6ae856
commit
91c646392d
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -305,7 +305,6 @@ 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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user