From 171d07067de36fe1c10dcd7a000cfa50791e09a3 Mon Sep 17 00:00:00 2001 From: Christoph Deil Date: Sat, 31 Dec 2016 15:22:00 +0100 Subject: [PATCH] Declare Python 3.6 support via classifier in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index fd93516d6d17..fbcec367712f 100644 --- a/setup.py +++ b/setup.py @@ -128,6 +128,7 @@ 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Scientific/Engineering :: Visualization', ]