Indicate compatibility with Python 3.8

This commit is contained in:
Régis Behmo 2020-09-04 11:10:28 +02:00
parent 39ca7a2c13
commit 7dd74eb4df

View File

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