Add support for Python 3.10

This commit is contained in:
Hugo van Kemenade
2021-09-15 17:14:59 +03:00
parent 1c8178abc5
commit ed47f0e01a
3 changed files with 9 additions and 5 deletions

View File

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