dev-python/cloup: enable py3.15

Acked-by: Paul Zander <negril.nx+gentoo@gmail.com>
Part-of: https://github.com/gentoo/guru/pull/497
Closes: https://github.com/gentoo/guru/pull/497
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2026-06-18 13:13:34 +02:00
parent 822b1d1266
commit c3a484027c

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi
DESCRIPTION="Library to build command line interfaces based on Click"