summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSean Reifschneider <jafo00@gmail.com>2016-12-17 07:19:19 -0700
committerGitHub <noreply@github.com>2016-12-17 07:19:19 -0700
commit06995d8351f6848719ec16fdc8d673a2b0135591 (patch)
tree9b9fe2e63da60b509215a7705a0b7029037ffe33 /setup.py
parentb13d6fcb7164a0c25c1798fcd409bf775a9005b3 (diff)
parent0f0cb639ad2dd42e00c78301cf39f34b5869ec8b (diff)
downloadpython-memcached-06995d8351f6848719ec16fdc8d673a2b0135591.tar.gz
Merge pull request #110 from timgraham/py35
Add testing for Python 3.5
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c1dd198..92c6e0f 100644
--- a/setup.py
+++ b/setup.py
@@ -31,5 +31,6 @@ setup(name="python-memcached",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
- "Programming Language :: Python :: 3.4"
+ "Programming Language :: Python :: 3.4",
+ "Programming Language :: Python :: 3.5",
])