Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2021-03-21 19:41:02 +0100
committerArthur de Jong <arthur@arthurdejong.org>2021-03-21 19:42:39 +0100
commit7c0bb84ca1898ceaba32c534bc5f840986c6783d (patch)
treeaaaf7f72575ebe9e9f17cc3b6b627e32a93d04d4 /setup.py
parent075d85e8e45b7deda49c034949e9a71288150a41 (diff)
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.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 0 insertions, 2 deletions
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',