diff options
Diffstat (limited to 'dev-python/sh')
| -rw-r--r-- | dev-python/sh/sh-2.0.3.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/sh/sh-2.0.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sh/sh-2.0.3.ebuild b/dev-python/sh/sh-2.0.3.ebuild index 5770a400cc08..4e535d15dde5 100644 --- a/dev-python/sh/sh-2.0.3.ebuild +++ b/dev-python/sh/sh-2.0.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) inherit distutils-r1 pypi diff --git a/dev-python/sh/sh-2.0.4.ebuild b/dev-python/sh/sh-2.0.4.ebuild index 2acaad2385f9..4976ffec2b43 100644 --- a/dev-python/sh/sh-2.0.4.ebuild +++ b/dev-python/sh/sh-2.0.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( pypy3 python3_{10..11} ) +PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) inherit distutils-r1 pypi |
