Skip to content

Commit

Permalink
app-benchmarks/sysbench: add python3.12 support
Browse files Browse the repository at this point in the history
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
ConiKost committed Mar 9, 2024
1 parent 2e0ae09 commit 8ac0aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-benchmarks/sysbench/sysbench-1.0.20-r101.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8ac0aa9

Please sign in to comment.