From b456ec789d4ba094ed58294e3462b7bf10d51fcb Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Thu, 15 Oct 2015 22:43:55 +0200 Subject: [PATCH] updated supported python version list in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a915bf23..0ddeb299 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ setup( 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'License :: OSI Approved :: BSD License', ], keywords='C++11, Python bindings',