sys-fs/udiskie: disable py3.11, py3.12

Bug: https://bugs.gentoo.org/980174
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler
2026-08-03 09:52:35 -05:00
parent 90b4a597ba
commit 6c9b49dc2d

View File

@@ -4,7 +4,7 @@
EAPI=8
PYPI_VERIFY_REPO=https://github.com/coldfix/udiskie
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_COMPAT=( python3_{13..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi xdg-utils