Claim support for Python 3.6

This commit is contained in:
Bernie Hackett 2017-05-25 17:02:59 -07:00
parent 988fd450b4
commit 1c7f5f80e5

View File

@ -383,6 +383,7 @@ setup(
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Database"],