app-benchmarks/sysbench: add python3.12 support

Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2024-03-09 18:37:49 +01:00
parent 2e0ae09a8a
commit 8ac0aa9f7a

View File

@@ -4,7 +4,7 @@
EAPI=8
LUA_COMPAT=( luajit )
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit autotools lua-single python-single-r1