summaryrefslogtreecommitdiff
path: root/dev-python/urwid
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-24 11:12:38 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-24 11:12:38 +0200
commit16fc3c5853ac9628755f54aac89e7eebe5857b5e (patch)
tree738e1f39153931e4a74760b1ced4b0cfda905cf5 /dev-python/urwid
parente0ad64ef56d6a667b5080b73214c920055535358 (diff)
dev-python/urwid: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/urwid')
-rw-r--r--dev-python/urwid/urwid-3.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/urwid/urwid-3.0.2.ebuild b/dev-python/urwid/urwid-3.0.2.ebuild
index fe0a88367c96..3c57130316fa 100644
--- a/dev-python/urwid/urwid-3.0.2.ebuild
+++ b/dev-python/urwid/urwid-3.0.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
PYTHON_REQ_USE="ncurses"
inherit distutils-r1 optfeature pypi