diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sh/sh-1.12.14-r6.ebuild (renamed from dev-python/sh/sh-1.12.14-r5.ebuild) | 2 | ||||
-rw-r--r-- | dev-python/typer/typer-0.9.0-r3.ebuild (renamed from dev-python/typer/typer-0.9.0-r2.ebuild) | 2 | ||||
-rw-r--r-- | dev-python/wget/wget-2.2-r4.ebuild (renamed from dev-python/wget/wget-2.2-r3.ebuild) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/sh/sh-1.12.14-r5.ebuild b/dev-python/sh/sh-1.12.14-r6.ebuild index 2715f90a..f4886d8c 100644 --- a/dev-python/sh/sh-1.12.14-r5.ebuild +++ b/dev-python/sh/sh-1.12.14-r6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_8,3_9,3_10} ) +PYTHON_COMPAT=( python{2_7,3_10,3_11,3_12} ) inherit distutils-r1 diff --git a/dev-python/typer/typer-0.9.0-r2.ebuild b/dev-python/typer/typer-0.9.0-r3.ebuild index 271bdd2b..77389438 100644 --- a/dev-python/typer/typer-0.9.0-r2.ebuild +++ b/dev-python/typer/typer-0.9.0-r3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 diff --git a/dev-python/wget/wget-2.2-r3.ebuild b/dev-python/wget/wget-2.2-r4.ebuild index 45a4ff1a..e3e09771 100644 --- a/dev-python/wget/wget-2.2-r3.ebuild +++ b/dev-python/wget/wget-2.2-r4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_8,3_9,3_10} ) +PYTHON_COMPAT=( python{2_7,3_10,3_11,3_12} ) inherit distutils-r1 git-r3 |