mpv-plugin/mpv_thumbnail_script: enable py3.12

Closes: https://bugs.gentoo.org/931463
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
Nicola Smaniotto 2024-05-13 10:50:40 +02:00
parent 8491d71b73
commit 1ff2ed47cf
No known key found for this signature in database
GPG Key ID: C44BA4D73A21E89F
2 changed files with 2 additions and 2 deletions

View File

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

View File

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