Programming Language :: Python :: 3.10

This commit is contained in:
Christian Clauss 2021-10-15 13:09:17 +02:00 committed by GitHub
parent dc11cf50ef
commit d5a7db3cce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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