ci: bump tests to 3.7 and add support for 3.8 (#10110)

This commit is contained in:
Ville Brofeldt
2020-08-05 13:29:07 +03:00
committed by GitHub
parent 57dc7622b4
commit 3983fff084
4 changed files with 9 additions and 7 deletions

View File

@@ -146,5 +146,6 @@ setup(
classifiers=[
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
)