From f3ab9da59dee2dbc4ea1b959a4ae7cab0b29e7d1 Mon Sep 17 00:00:00 2001 From: Nate Jensen Date: Sun, 28 Feb 2016 18:18:39 -0600 Subject: [PATCH] add 3.5 to list of supported Python versions --- README.rst | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 861fe88d..f2c5bf39 100644 --- a/README.rst +++ b/README.rst @@ -46,7 +46,7 @@ Building and installing require the JDK, Python, and optionally numpy to be inst Dependencies ------------ -* Python 2.6, 2.7, 3.2, 3.3, or 3.4 +* Python 2.6, 2.7, 3.2, 3.3, 3.4, or 3.5 * Java >= 1.6 * Numpy (optional) >= 1.5 (numpy >= 1.7 recommended) diff --git a/setup.py b/setup.py index 7e6a58de..15aee0a3 100755 --- a/setup.py +++ b/setup.py @@ -92,6 +92,7 @@ def read_file(name): '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', ], ext_modules=[