dev-python/pytest-benchmark: enable py3.12

Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2024-08-21 11:43:15 +02:00
parent 2c365f91a5
commit 67ec9dbd5f
Signed by: alarig
GPG key ID: 7AFE62C6DF8BCDEC

View file

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1