mpv-plugin/mpv_sponsorblock: enable py3.13

Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
Florian Albrechtskirchinger
2025-05-12 07:25:23 +02:00
parent 47ea25a0ac
commit 8ff44aae67
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ EAPI=8
USE_MPV="rdepend"
MPV_REQ_USE="lua"
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..13} )
inherit mpv-plugin python-single-r1
COMMIT="6743bd47d4cfce3ae3d5dd4f587f3193bd4fb9b2"

View File

@@ -5,7 +5,7 @@ EAPI=8
USE_MPV="rdepend"
MPV_REQ_USE="lua"
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..13} )
inherit mpv-plugin python-single-r1
COMMIT="248d108c1280e05de551c42867aebb72cf0c83b9"

View File

@@ -5,7 +5,7 @@ EAPI=8
USE_MPV="rdepend"
MPV_REQ_USE="lua"
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..13} )
inherit mpv-plugin python-single-r1
COMMIT="7785c1477103f2fafabfd65fdcf28ef26e6d7f0d"