summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-19 23:41:32 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-19 23:41:32 -0500
commit7fa940fa43cc675f9c4f58bab5132d1fa977f595 (patch)
treeced32240f01075bb01f5182df676e1419037cf21
parent6ef03d737265bc59f46208a485d15cb304cb1114 (diff)
downloadcherrypy-7fa940fa43cc675f9c4f58bab5132d1fa977f595.tar.gz
Tests are run on Python 3.2, and 3.1 is parity with 2.6, so declare support for them.
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c6cf6153..67825e21 100644
--- a/setup.py
+++ b/setup.py
@@ -52,6 +52,8 @@ classifiers = [
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.1",
+ "Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",