diff --git a/dev-python/dec8/dec8-9999-r2.ebuild b/dev-python/dec8/dec8-9999-r2.ebuild index 0f402ff..c195635 100644 --- a/dev-python/dec8/dec8-9999-r2.ebuild +++ b/dev-python/dec8/dec8-9999-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{11,13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 git-r3 DESCRIPTION="Minimalistic shared libraries of the Decade project." diff --git a/dev-python/over/over-9999-r2.ebuild b/dev-python/over/over-9999-r2.ebuild index 2159d00..4bf99d4 100644 --- a/dev-python/over/over-9999-r2.ebuild +++ b/dev-python/over/over-9999-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{11,13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 git-r3 DESCRIPTION="Useful Python libraries and convenience functions from the former Overwatch UAV project."