From 62f9f3644a20d13b312f66e7507de29090a4d5fc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 22 Jan 2021 22:48:09 +0000 Subject: dev-python/{animation,wget} : adjust PYTHON_COMPAT --- dev-python/animation/animation-0.0.5-r1.ebuild | 2 +- dev-python/wget/wget-2.2-r1.ebuild | 2 +- 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 -- cgit v1.2.3