Skip to content

Commit

Permalink
Added Python 3.11 support for both Build configs and job configs
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 574219522
  • Loading branch information
tf-metadata-team authored and tfx-copybara committed Oct 17, 2023
1 parent 1558be1 commit c4edbf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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%7C3.9-blue)](https://github.com/tensorflow/metadata)
[![Python](https://img.shields.io/badge/python%7C3.9%7C3.10%7C3.11-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
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ def run(self):
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Scientific/Engineering :: Mathematics',
Expand Down

0 comments on commit c4edbf3

Please sign in to comment.