Claim support for Python 3.7

This commit is contained in:
Bernie Hackett 2018-06-13 13:56:55 -07:00
parent 657b07828e
commit 3d8155d87d

View File

@ -394,6 +394,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",
"Topic :: Database"],