Add trove classifier for Python 3.7 support (#486)

Testing added in 3bdd423891.
This commit is contained in:
Jon Dufresne 2018-08-28 05:00:57 -07:00 committed by Zsolt Dollenstein
parent 6027cca10d
commit 25795c9ff5

View File

@ -51,6 +51,7 @@ def get_version() -> str:
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Quality Assurance",