dev-python/urwid: Enable py3.15

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-06-26 04:24:38 +02:00
parent d27f27b3c3
commit 74c5df77ed

View File

@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_VERIFY_REPO=https://github.com/urwid/urwid
PYTHON_COMPAT=( python3_{12..14} )
PYTHON_COMPAT=( python3_{12..15} )
PYTHON_REQ_USE="ncurses"
inherit distutils-r1 optfeature pypi