Support Python 3.10

This commit is contained in:
Roman Zeyde
2022-10-27 21:11:01 +03:00
parent 883ecb4334
commit ffeda35d49
2 changed files with 2 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ setup(
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: System :: Networking',
'Topic :: Communications',