mpv-plugin/mpv_thumbnail_script: enable py3.14

Closes: https://bugs.gentoo.org/978057
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2026-06-26 15:49:21 +03:00
parent 4594811aa0
commit 6039092d45

View File

@@ -4,7 +4,7 @@
EAPI=8
MPV_REQ_USE="lua"
PYTHON_COMPAT=( python3_{12..13} )
PYTHON_COMPAT=( python3_{12..14} )
inherit mpv-plugin python-any-r1
DESCRIPTION="A Lua script to show preview thumbnails in mpv's OSC seekbar"