From fa1cf068b9cf034b59e7cd59a6ac0ce7e21a4fd4 Mon Sep 17 00:00:00 2001 From: TensorFlow Hub Authors Date: Wed, 9 Aug 2023 05:05:12 -0700 Subject: [PATCH] Require Py3.9+ following the Numpy support policy of Python: https://numpy.org/neps/nep-0029-deprecation_policy.html#support-table PiperOrigin-RevId: 555128264 --- RELEASE.md | 1 + tensorflow_hub/pip_package/setup.py | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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',