From 816e4f688fb26d1842c7856498f19b9bafaac013 Mon Sep 17 00:00:00 2001 From: Thomas Wiecki Date: Thu, 8 Dec 2016 11:45:51 +0100 Subject: [PATCH] DOC Add Python 3.5 as supported language. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2c257a0e..9c5cca58 100755 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'License :: OSI Approved :: Apache Software License', 'Intended Audience :: Science/Research', 'Topic :: Scientific/Engineering',