mirror of
https://github.com/wassname/ray.git
synced 2026-07-14 11:17:54 +08:00
Stop testing Python 2.7 and building Python 2.7 wheels. (#6601)
This commit is contained in:
committed by
Philipp Moritz
parent
8724e5ffd5
commit
96f2f8ff10
@@ -13,23 +13,19 @@ MACPYTHON_URL=https://www.python.org/ftp/python
|
||||
MACPYTHON_PY_PREFIX=/Library/Frameworks/Python.framework/Versions
|
||||
DOWNLOAD_DIR=python_downloads
|
||||
|
||||
PY_VERSIONS=("2.7.13"
|
||||
"3.5.3"
|
||||
PY_VERSIONS=("3.5.3"
|
||||
"3.6.1"
|
||||
"3.7.0")
|
||||
PY_INSTS=("python-2.7.13-macosx10.6.pkg"
|
||||
"python-3.5.3-macosx10.6.pkg"
|
||||
PY_INSTS=("python-3.5.3-macosx10.6.pkg"
|
||||
"python-3.6.1-macosx10.6.pkg"
|
||||
"python-3.7.0-macosx10.6.pkg")
|
||||
PY_MMS=("2.7"
|
||||
"3.5"
|
||||
PY_MMS=("3.5"
|
||||
"3.6"
|
||||
"3.7")
|
||||
|
||||
# The minimum supported numpy version is 1.14, see
|
||||
# https://issues.apache.org/jira/browse/ARROW-3141
|
||||
NUMPY_VERSIONS=("1.14.5"
|
||||
"1.14.5"
|
||||
"1.14.5"
|
||||
"1.14.5")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user