add python 3.11 classifier

This commit is contained in:
Max Bachmann 2022-08-12 17:34:12 +02:00 committed by GitHub
parent 83c12eae7f
commit 4b5a4730d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ setup_args = {
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License"
],