summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/py-gfm')
-rw-r--r--dev-python/py-gfm/py-gfm-0.1.1.ebuild4
-rw-r--r--dev-python/py-gfm/py-gfm-0.1.4.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/py-gfm/py-gfm-0.1.1.ebuild b/dev-python/py-gfm/py-gfm-0.1.1.ebuild
index 6fe7a61311dd..1c9d74b4d95d 100644
--- a/dev-python/py-gfm/py-gfm-0.1.1.ebuild
+++ b/dev-python/py-gfm/py-gfm-0.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
inherit distutils-r1
diff --git a/dev-python/py-gfm/py-gfm-0.1.4.ebuild b/dev-python/py-gfm/py-gfm-0.1.4.ebuild
index a86733acd88c..a699d1c6bc02 100644
--- a/dev-python/py-gfm/py-gfm-0.1.4.ebuild
+++ b/dev-python/py-gfm/py-gfm-0.1.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
inherit distutils-r1