Mark as compatible with python 3.9, 3.10

This commit is contained in:
Régis Behmo 2020-10-15 16:45:43 +02:00
parent facc0b84e1
commit 70023b0a51
1 changed files with 2 additions and 0 deletions

View File

@ -47,5 +47,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 :: 3.10",
],
)