Files
ray/python
Erik Cederstrand 5834c56c64 Restore support for Python 3.5 (#5818)
* Advertise that Python >= 3.6 is needed

ray/tune/examples/ax_example.py contains f-strings which limits support of this package to Python 3.6 and up.

* Python 3.5 does not support f-strings

Rewrite by using format()

* Lower required version after 9f88fe9d

* Remove python_requires again by request

* Fix linter warning
2019-10-07 00:10:00 -07:00
..
2018-06-20 10:43:44 -07:00