tensorflow / cloud

The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and TensorFlow code in a local environment to distributed training in the cloud.
https://github.com/tensorflow/cloud
Apache License 2.0
372 stars 85 forks source link

Remove py 3.5 from docs and testing. #256

Closed pavithrasv closed 3 years ago

SinaChavoshi commented 3 years ago

\lgtm

ucdmkt commented 3 years ago

Do you need to mark this as a part of release note, since this is backward-incompatible change?

Since this change isn't because of code change in this library per se, another option would have been to cap upperbound of dependency on Keras/TF. Having that said, since Py3.5 EOL is already past, I think either approach is fine.

pavithrasv commented 3 years ago

Do you need to mark this as a part of release note, since this is backward-incompatible change?

Since this change isn't because of code change in this library per se, another option would have been to cap upperbound of dependency on Keras/TF. Having that said, since Py3.5 EOL is already past, I think either approach is fine.

Added to release notes.

SinaChavoshi commented 3 years ago

\lgtm