commit: 739a680b94c5171a993b3b92b4fdbebe74f34658
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Apr 15 09:22:14 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Apr 15 09:22:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=739a680b
dev-python/pytest-benchmark: disable py3.10
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild
b/dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild
index c1b86c0d61..7fcdfec05e 100644
--- a/dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild
+++ b/dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
DOCS_BUILDER="sphinx"