From 22f1a82c9f5c058df132db170c334ea01d38241c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Tue, 8 Dec 2020 19:58:56 +0100 Subject: We DO NOT support Python 2.6. --- setup.py | 1 - 1 file changed, 1 deletion(-) 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', -- cgit v1.2.1