diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-01-22 22:48:09 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-01-22 22:48:09 +0000 |
commit | 62f9f3644a20d13b312f66e7507de29090a4d5fc (patch) | |
tree | ecb51ea3baf534e8e953263a102ca0b32fa4b7c0 | |
parent | 3891fe31690f0be5fbfd19482c5a2cb9623bfeae (diff) |
dev-python/{animation,wget} : adjust PYTHON_COMPAT
-rw-r--r-- | dev-python/animation/animation-0.0.5-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 |