From cb4bc017b39dc5a732e42f1c3d733f8d936d79c6 Mon Sep 17 00:00:00 2001 From: Ekevoo Date: Mon, 28 Sep 2015 23:00:07 -0400 Subject: [PATCH] Updated Python 3.x compatibility list. --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae7afe2..b0acba8 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,10 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', # Could be more! Not tested yet. + # Python 3.2 is not supported because "future" is incompatible with it. + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Internet :: WWW/HTTP :: Session', 'Topic :: System :: Systems Administration :: Authentication/Directory', ],