Add support for Python 3.8

This commit is contained in:
Hugo
2019-11-09 16:45:40 +02:00
parent cd26963678
commit 20532ec93c
4 changed files with 17 additions and 13 deletions

View File

@@ -46,5 +46,6 @@ setup(
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
)