Merge pull request #2029 from jumbosushi/jumbosushi-patch-2

Include Python 3.11 to setuptools classifiers
This commit is contained in:
Kubernetes Prow Robot 2023-03-15 15:01:06 -07:00 committed by GitHub
commit 56eea103a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,5 +80,6 @@ setup(
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
)