aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kemmer <tkemmer@computer.org>2015-11-08 14:18:59 +0100
committerThomas Kemmer <tkemmer@computer.org>2015-11-08 14:18:59 +0100
commitddf9db143a890c77bd1779fe4627dedc0fa2763a (patch)
tree5ce8089b0f9e4ba1bc2e039d386d0ad478caf2ad /setup.py
parenta22741985631795b9bdbeb5a36ab2870aa5f3743 (diff)
downloadcachetools-ddf9db143a890c77bd1779fe4627dedc0fa2763a.tar.gz
Update travis build, Python 3.5 support.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 4a25ae6..a683e67 100644
--- a/setup.py
+++ b/setup.py
@@ -31,6 +31,7 @@ setup(
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Libraries :: Python Modules'
],
packages=['cachetools'],