aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kemmer <tkemmer@computer.org>2018-10-27 22:33:19 +0200
committerThomas Kemmer <tkemmer@computer.org>2018-10-27 22:39:06 +0200
commit9185e065616a520c4e9d26daefe54c842198c313 (patch)
treec20b189ddadc0414ae88ad8039a36b44a0488ba1 /setup.py
parent44487764050f65ddb0f5e3ffa6fb2fb306397ece (diff)
downloadcachetools-9185e065616a520c4e9d26daefe54c842198c313.tar.gz
Fix #110: Officially support Python 3.7.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3427cb3..efa87c5 100644
--- a/setup.py
+++ b/setup.py
@@ -29,10 +29,10 @@ setup(
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules'