summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBen Firshman <ben@firshman.co.uk>2016-09-08 12:14:38 +0100
committerBen Firshman <ben@firshman.co.uk>2016-11-22 17:03:03 +0000
commitd5bc7dc99acf7a06c54723dfd262f5a00c6288f1 (patch)
tree4bfcdd8ec97d8c00635d4f85d27a16a2ea706746 /setup.py
parentb49cacced0683c8cfe9f2d2bf3dda2b1ce62609d (diff)
downloaddocker-py-d5bc7dc99acf7a06c54723dfd262f5a00c6288f1.tar.gz
Drop support for Python 2.6
Because it's ancient. If you're still using it, you can use an old version of docker-py. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a32c7c9..89c97c8 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,6 @@ setup(
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',