summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-29 20:50:08 +0100
committerMichał Górny <mgorny@gentoo.org>2023-10-29 20:52:18 +0100
commitb1528d51c7138a602f634490f9da053827b8c884 (patch)
treef8e4407b27c86ea0f8be38230f7f31965eff80f5 /dev-python/ipdb/ipdb-0.13.13.ebuild
parentdev-python/ioflo: Enable py3.12 (diff)
downloadgentoo-b1528d51c7138a602f634490f9da053827b8c884.tar.gz
gentoo-b1528d51c7138a602f634490f9da053827b8c884.tar.bz2
gentoo-b1528d51c7138a602f634490f9da053827b8c884.zip
dev-python/ipdb: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipdb/ipdb-0.13.13.ebuild')
-rw-r--r--dev-python/ipdb/ipdb-0.13.13.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ipdb/ipdb-0.13.13.ebuild b/dev-python/ipdb/ipdb-0.13.13.ebuild
index a245b17a523c..85216e9dc1c9 100644
--- a/dev-python/ipdb/ipdb-0.13.13.ebuild
+++ b/dev-python/ipdb/ipdb-0.13.13.ebuild
@@ -3,8 +3,8 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 optfeature pypi
@@ -25,7 +25,7 @@ BDEPEND="
test? (
$(python_gen_cond_dep '
dev-python/tomli[${PYTHON_USEDEP}]
- ' 3.8 3.9 3.10)
+ ' 3.10)
)
"