Skip to content

Commit fa1cf06

Browse files
TensorFlow Hub Authorscopybara-github
authored andcommitted
Require Py3.9+ following the Numpy support policy of Python: https://numpy.org/neps/nep-0029-deprecation_policy.html#support-table
PiperOrigin-RevId: 555128264
1 parent d694688 commit fa1cf06

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ limitations under the License.
1414
==============================================================================-->
1515
# Current version 0.15.0-dev
1616
* Under development
17+
* Require Python 3.9+.
1718

1819
# Current version 0.14.0
1920
* Remove make_image_classifier and make_nearest_neighbour_index.

tensorflow_hub/pip_package/setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@
6767
'Intended Audience :: Science/Research',
6868
'License :: OSI Approved :: Apache Software License',
6969
'Programming Language :: Python :: 3',
70-
'Programming Language :: Python :: 3.7',
71-
'Programming Language :: Python :: 3.8',
7270
'Programming Language :: Python :: 3.9',
7371
'Programming Language :: Python :: 3.10',
7472
'Programming Language :: Python :: 3 :: Only',

0 commit comments

Comments
 (0)