diff --git a/RELEASE.md b/RELEASE.md index e5ac6862..043af9ff 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -14,6 +14,7 @@ limitations under the License. ==============================================================================--> # Current version 0.15.0-dev * Under development + * Require Python 3.9+. # Current version 0.14.0 * Remove make_image_classifier and make_nearest_neighbour_index. diff --git a/tensorflow_hub/pip_package/setup.py b/tensorflow_hub/pip_package/setup.py index c6d1409f..859d05fe 100644 --- a/tensorflow_hub/pip_package/setup.py +++ b/tensorflow_hub/pip_package/setup.py @@ -67,8 +67,6 @@ 'Intended Audience :: Science/Research', 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.7', - 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3 :: Only',