dev-cpp/benchmark: enable py3.13

Closes: https://bugs.gentoo.org/952277
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/41955
Closes: https://github.com/gentoo/gentoo/pull/41955
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Mattéo Rossillol‑‑Laruelle 2025-05-06 10:49:09 +02:00 committed by Sam James
parent 170b25e15e
commit 02747fc2ac
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..13} )
inherit cmake-multilib flag-o-matic python-single-r1