From 86ccb0ecb8bd1d050ac15e36fc71c8ccb9f430fc Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Wed, 16 Sep 2015 15:16:17 +0300 Subject: [PATCH] Claim Python 3.5 support --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c243f5d..8082e60 100755 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', ], license='GPL',