summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2020-12-08 19:58:56 +0100
committerMatěj Cepl <mcepl@cepl.eu>2020-12-08 19:58:56 +0100
commit22f1a82c9f5c058df132db170c334ea01d38241c (patch)
tree4fda8dfb72a00d67b2027c6f91065989d291bbd3
parent90f0b2afade835a71bf60017c6cf63458babfd6d (diff)
downloadm2crypto-22f1a82c9f5c058df132db170c334ea01d38241c.tar.gz
We DO NOT support Python 2.6.
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8e4a1e2..f51a332 100644
--- a/setup.py
+++ b/setup.py
@@ -344,7 +344,6 @@ setuptools.setup(
'Topic :: Security :: Cryptography',
'Topic :: Software Development :: Libraries :: Python Modules',
'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',