summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-16 14:44:44 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-16 14:44:44 +0100
commitecdf30907ab832edc317d41b94261b32f3570677 (patch)
treeb3302b168109cdc6dfb0b69f81a5a3ed66459ce2 /dev-python
parent699085fc6bf6de59b39a5ed4831c78083b3ec948 (diff)
dev-python/sh : update PYTHON_COMPAT
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/sh/sh-1.12.14-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sh/sh-1.12.14-r3.ebuild b/dev-python/sh/sh-1.12.14-r3.ebuild
index 3ccb613c..9b4677d5 100644
--- a/dev-python/sh/sh-1.12.14-r3.ebuild
+++ b/dev-python/sh/sh-1.12.14-r3.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_8,3_9,3_10} )
inherit distutils-r1