mirror of
https://github.com/wassname/ray.git
synced 2026-07-07 23:10:26 +08:00
Drop support for Python 3.5. (#9622)
* Drop support for Python 3.5. * Update setup.py
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ logger = logging.getLogger(__name__)
|
||||
# before these files have been created, so we have to move the files
|
||||
# manually.
|
||||
|
||||
SUPPORTED_PYTHONS = [(3, 5), (3, 6), (3, 7), (3, 8)]
|
||||
SUPPORTED_PYTHONS = [(3, 6), (3, 7), (3, 8)]
|
||||
SUPPORTED_BAZEL = (3, 2, 0)
|
||||
|
||||
ROOT_DIR = os.path.dirname(__file__)
|
||||
|
||||
Reference in New Issue
Block a user