Update setup.py

Fixes #1897
This commit is contained in:
Jeremy Grossmann 2021-05-16 17:44:13 +09:30 committed by GitHub
parent 971e86d254
commit 150526b1ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,7 @@ setup(
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
],
)