From 5456f4aaf27695d50d37061f442e3d621c7dcd06 Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Thu, 30 Apr 2026 14:35:43 +0200 Subject: [PATCH] dev-python/pipdeptree: disable py3.11 Signed-off-by: Oz Tiram --- dev-python/pipdeptree/pipdeptree-2.34.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pipdeptree/pipdeptree-2.34.0.ebuild b/dev-python/pipdeptree/pipdeptree-2.34.0.ebuild index b0437294b5..b816ccf07f 100644 --- a/dev-python/pipdeptree/pipdeptree-2.34.0.ebuild +++ b/dev-python/pipdeptree/pipdeptree-2.34.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling PYPI_VERIFY_REPO=https://github.com/tox-dev/pipdeptree -PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) +PYTHON_COMPAT=( pypy3_11 python3_{12..14} ) inherit distutils-r1 pypi optfeature