Indicate compatibility with Python 3.8

This commit is contained in:
Régis Behmo 2020-09-04 11:11:17 +02:00
parent 6dc0fa8696
commit fe7119d4c9

View File

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