Mark as compatible with python 3.9, 3.10

This commit is contained in:
Régis Behmo 2020-10-15 16:49:19 +02:00
parent 45141e00c3
commit 113d9b10bd

View File

@ -43,5 +43,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",
],
)