summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/animation/animation-0.0.5-r1.ebuild2
-rw-r--r--dev-python/wget/wget-2.2-r1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/animation/animation-0.0.5-r1.ebuild b/dev-python/animation/animation-0.0.5-r1.ebuild
index fff2882e..6ca7bd7e 100644
--- a/dev-python/animation/animation-0.0.5-r1.ebuild
+++ b/dev-python/animation/animation-0.0.5-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
inherit distutils-r1
diff --git a/dev-python/wget/wget-2.2-r1.ebuild b/dev-python/wget/wget-2.2-r1.ebuild
index 7590d4fd..ca075c8d 100644
--- a/dev-python/wget/wget-2.2-r1.ebuild
+++ b/dev-python/wget/wget-2.2-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
inherit distutils-r1 git-r3