Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Add Python 3.9 classifier to the package configuration.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 379589592
(cherry picked from commit 87e1788)
  • Loading branch information
chuckx committed Jul 9, 2021
1 parent 6d2fc2a commit f93e4bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ def main():
classifiers=[
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Software Development :: Libraries',
],
license='Apache 2.0',
Expand Down

0 comments on commit f93e4bf

Please sign in to comment.