summaryrefslogtreecommitdiff
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
parentb779b79447cdfee4ea9696dc4b4dfa223dce8bb3 (diff)
downloadpython-fastimport-git-b2ae718b20c6bd9a3ddb4f44545e41f7e8fe6df3.tar.gz
Drop unsupported Python 3.4.
-rw-r--r--.github/workflows/pythonpackage.yml2
-rwxr-xr-xsetup.py1
2 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index e817b78..c84716d 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
- python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8, pypy, pypy3]
+ python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy, pypy3]
fail-fast: false
steps:
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',