Skip to content

Commit

Permalink
Update python version constraint and update RELEASE.md
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 517196123
  • Loading branch information
tf-metadata-team authored and tfx-copybara committed Mar 16, 2023
1 parent 0ccf832 commit 0b88a74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TensorFlow Metadata

[![Python](https://img.shields.io/badge/python%20-3.8%7C3.9%7C3.10-blue)](https://github.com/tensorflow/metadata)
[![Python](https://img.shields.io/badge/python%20-3.8%7C3.9-blue)](https://github.com/tensorflow/metadata)
[![PyPI](https://badge.fury.io/py/tensorflow-metadata.svg)](https://badge.fury.io/py/tensorflow-metadata)

TensorFlow Metadata provides standard representations for metadata that are
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def run(self):
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Scientific/Engineering :: Mathematics',
Expand All @@ -130,8 +129,7 @@ def run(self):
'googleapis-common-protos>=1.52.0,<2',
'protobuf>=3.13,<4',
],
# TODO(b/236220616): Change the lower bound of this range to 3.8.
python_requires='>=3.7,<4',
python_requires='>=3.8,<4',
packages=find_packages(),
include_package_data=True,
description=('Library and standards for schema and statistics.'),
Expand Down

0 comments on commit 0b88a74

Please sign in to comment.