media-libs/lv2: enable py3.11

Signed-off-by: Violet Purcell <vimproved@inventati.org>
Closes: https://bugs.gentoo.org/897008
Closes: https://github.com/gentoo/gentoo/pull/30095
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Violet Purcell
2023-03-13 15:38:10 -04:00
committed by Miroslav Šulc
parent 50c8da202c
commit 2ec6d5141f
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE='threads(+)'
inherit meson-multilib python-single-r1

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE='threads(+)'
inherit meson-multilib python-single-r1