mpv-plugin/mpv_thumbnail_script: enable py3.11

Closes: https://bugs.gentoo.org/897632
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
Nicola Smaniotto
2023-02-27 15:50:23 +01:00
parent 375627f125
commit 7248c500a2
2 changed files with 2 additions and 2 deletions

View File

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