dev-python/iminuit: Enable py3.11

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-11-14 05:39:02 +01:00
parent 6fffd22406
commit c84a11c91c

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
# forced implicitly
CMAKE_MAKEFILE_GENERATOR=emake