From 7c0bb84ca1898ceaba32c534bc5f840986c6783d Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 21 Mar 2021 19:41:02 +0100 Subject: Drop support for Python 2.6 and 3.4 It is increasingly difficult to test with these versions of Python and everybody should have upgraded to a more recent version long ago. --- setup.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d0691e7..4f48ebb 100755 --- a/setup.py +++ b/setup.py @@ -62,10 +62,8 @@ 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.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', -- cgit v1.2.3