diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-06-16 14:44:44 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-06-16 14:44:44 +0100 |
commit | ecdf30907ab832edc317d41b94261b32f3570677 (patch) | |
tree | b3302b168109cdc6dfb0b69f81a5a3ed66459ce2 /dev-python | |
parent | 699085fc6bf6de59b39a5ed4831c78083b3ec948 (diff) |
dev-python/sh : update PYTHON_COMPAT
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sh/sh-1.12.14-r3.ebuild | 2 |
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 |