Add Python 3.7

This commit is contained in:
Hugo 2018-03-26 19:41:54 +03:00
parent ea87739458
commit 20250237b9
3 changed files with 4 additions and 1 deletions

View file

@ -24,6 +24,7 @@ setup(
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],