summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-23 13:35:38 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-23 13:35:38 +0100
commit144df18653faa0735e06b70d096dde84615c070d (patch)
treee9604fd1d0c954f3b73a6a0968884ac520415ae8 /dev-python
parentc8d28427396ca2780a48aa4d5c63c85874171c2e (diff)
dev-python/{sh,typer,wget} : update PYTHON_COMPAT
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