Add python 3.10 support

This commit is contained in:
kclowes
2021-11-19 13:48:19 -07:00
parent fcb5577fa1
commit d21d58250b
3 changed files with 9 additions and 1 deletions

View File

@ -77,6 +77,7 @@ setup(
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: PyPy',
],
)