From 0b38dbb8e23bffd90caf41cd8f4db1aaf9977fcd Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Mon, 4 Jan 2016 11:50:03 -0800 Subject: [PATCH] Add Python 3.5 to classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f669e2319..265c097ba 100644 --- a/setup.py +++ b/setup.py @@ -753,6 +753,7 @@ setup( "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', ],