dev-python/pipdeptree: disable py3.11

Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
This commit is contained in:
Oz Tiram
2026-04-30 14:35:43 +02:00
parent dac61abd04
commit 5456f4aaf2

View File

@@ -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