summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2015-07-09 19:48:50 +1200
committerRobert Collins <rbtcollins@hp.com>2015-07-09 19:48:50 +1200
commit8a2e8709502c30e2dd0838125bc5c34fec35f451 (patch)
tree2256e535a9db0c52ce5e0b4b871b6712b61e7cf4 /setup.py
parentf31b176162c6428b92361ebb82cb08b008084dda (diff)
downloadmock-8a2e8709502c30e2dd0838125bc5c34fec35f451.tar.gz
Officially drop 2.6 support.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 1fc026c..3083f81 100755
--- a/setup.py
+++ b/setup.py
@@ -27,12 +27,11 @@ CLASSIFIERS = [
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 2.5',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
- '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',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python :: Implementation :: Jython',