From 1c7f5f80e50aad5820a8196cf34efd80b9643f49 Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Thu, 25 May 2017 17:02:59 -0700 Subject: [PATCH] Claim support for Python 3.6 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 59f0665c9..93ae49fc6 100755 --- a/setup.py +++ b/setup.py @@ -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"],