A few more fixes after dropping Python 2 support

This commit is contained in:
Roman Zeyde
2021-06-19 21:45:54 +03:00
parent ceffe7fac0
commit 96b87ec5be
3 changed files with 4 additions and 10 deletions

View File

@@ -32,10 +32,10 @@ setup(
'Intended Audience :: Information Technology',
'License :: OSI Approved :: MIT License',
'Operating System :: POSIX',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: System :: Networking',
'Topic :: Communications',