setup.py: Add Python 3.7 & 3.8 versions in metadata

This commit is contained in:
Angus Gratton
2020-11-18 19:38:19 +11:00
parent 0594249a32
commit c6f40c7ec7

View File

@@ -100,6 +100,8 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
extras_require={
"dev": [