Indicate compatibility with Python 3.8

This commit is contained in:
Régis Behmo 2020-09-04 11:07:34 +02:00
parent ea3839eb74
commit 5a2d6a8542
1 changed files with 1 additions and 0 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",
],
)