summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2020-06-01 21:14:24 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2020-06-01 21:14:24 +0000
commitb2ae718b20c6bd9a3ddb4f44545e41f7e8fe6df3 (patch)
treedb5fd1aa4066bb4a345836a5c358fdb3bb3cb7b5 /setup.py
parentb779b79447cdfee4ea9696dc4b4dfa223dce8bb3 (diff)
downloadpython-fastimport-git-b2ae718b20c6bd9a3ddb4f44545e41f7e8fe6df3.tar.gz
Drop unsupported Python 3.4.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5f3914a..363f073 100755
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,6 @@ setup(name="fastimport",
'License :: OSI Approved :: GNU General Public License v2 '
'or later (GPLv2+)',
'Programming Language :: Python :: 2.7',
- 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',