Include Python 3.11 to setuptools classifiers

This commit is contained in:
Atsushi Yamamoto 2023-03-15 14:50:04 -07:00 committed by GitHub
parent 617e5f520f
commit 8f075d4d14
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",
],
)