From 7560fd984239b0ccae1d35ef65f50f131af7549b Mon Sep 17 00:00:00 2001 From: Pavithra Vijay Date: Tue, 24 Nov 2020 15:56:58 -0800 Subject: [PATCH 1/2] Remove py 3.5 from docs and testing. --- .github/workflows/actions.yml | 2 +- README.md | 4 ++-- src/python/setup.py | 2 +- src/python/tensorflow_cloud/core/README.md | 4 ++-- src/python/tensorflow_cloud/tuner/README.md | 4 ++-- src/python/tensorflow_cloud/tuner/cloud_fit_readme.md | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index dee8e6cf..f1c755fb 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} diff --git a/README.md b/README.md index 180bb40b..42b9cc43 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ environment to distributed training/tuning on Cloud. #### Requirements -- Python >= 3.5 +- Python >= 3.6 - [A Google Cloud project](https://cloud.google.com/ai-platform/docs/getting-started-keras#set_up_your_project) - An [authenticated GCP account](https://cloud.google.com/ai-platform/docs/getting-started-keras#authenticate_your_gcp_account) @@ -118,7 +118,7 @@ mkdir tensorflow_cloud cd tensorflow_cloud ``` -1. Make sure you have `python >= 3.5` +1. Make sure you have `python >= 3.6` ```shell python -V diff --git a/src/python/setup.py b/src/python/setup.py index 4d3f557a..f29b3c19 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -51,9 +51,9 @@ "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development", diff --git a/src/python/tensorflow_cloud/core/README.md b/src/python/tensorflow_cloud/core/README.md index 1864fa61..dce6f121 100644 --- a/src/python/tensorflow_cloud/core/README.md +++ b/src/python/tensorflow_cloud/core/README.md @@ -10,7 +10,7 @@ environment to distributed training/tuning on Cloud. #### Requirements -- Python >= 3.5 +- Python >= 3.6 - [A Google Cloud project](https://cloud.google.com/ai-platform/docs/getting-started-keras#set_up_your_project) - An [authenticated GCP account](https://cloud.google.com/ai-platform/docs/getting-started-keras#authenticate_your_gcp_account) @@ -112,7 +112,7 @@ mkdir tensorflow_cloud cd tensorflow_cloud ``` -1. Make sure you have `python >= 3.5` +1. Make sure you have `python >= 3.6` ```shell python -V diff --git a/src/python/tensorflow_cloud/tuner/README.md b/src/python/tensorflow_cloud/tuner/README.md index c30311d5..f523abc2 100644 --- a/src/python/tensorflow_cloud/tuner/README.md +++ b/src/python/tensorflow_cloud/tuner/README.md @@ -13,7 +13,7 @@ as a backend to get suggestions of hyperparameters and run trials. ### Requirements -- Python >= 3.5 +- Python >= 3.6 - Tensorflow >= 2.0 - [Set up your Google Cloud project](https://cloud.google.com/ai-platform/docs/getting-started-keras#set_up_your_project) - [Authenticate your GCP account](https://cloud.google.com/ai-platform/docs/getting-started-keras#authenticate_your_gcp_account) @@ -86,7 +86,7 @@ you can skip the setup and authentication steps and start from step 8. cd tuner ``` -1. Make sure you have `python >= 3.5` +1. Make sure you have `python >= 3.6` ```shell python -V diff --git a/src/python/tensorflow_cloud/tuner/cloud_fit_readme.md b/src/python/tensorflow_cloud/tuner/cloud_fit_readme.md index df3962be..772e110a 100644 --- a/src/python/tensorflow_cloud/tuner/cloud_fit_readme.md +++ b/src/python/tensorflow_cloud/tuner/cloud_fit_readme.md @@ -15,7 +15,7 @@ well. ### Requirements -- Python >= 3.5 +- Python >= 3.6 - Tensorflow >= 2.0 - [Set up your Google Cloud project](https://cloud.google.com/ai-platform/docs/getting-started-keras#set_up_your_project) - [Authenticate your GCP account](https://cloud.google.com/ai-platform/docs/getting-started-keras#authenticate_your_gcp_account) @@ -74,7 +74,7 @@ you can skip the setup and authentication steps and start from step 8. cd cloud_fit ``` -1. Make sure you have `python >= 3.5` +1. Make sure you have `python >= 3.6` ```shell python -V From 5b9af97dadd4e1545580604f9a579e77aa370e22 Mon Sep 17 00:00:00 2001 From: Pavithra Vijay Date: Tue, 24 Nov 2020 16:42:06 -0800 Subject: [PATCH 2/2] Update release notes. --- RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE.md b/RELEASE.md index f94d7ab5..69c8abf3 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,7 @@ # Current Version (Still in Development) * Add notes for next release here. +* Py 3.5 support removed. # Release 0.1.9