dev-java/javatoolkit: add python-3.11 support

Signed-off-by: Andrés Becerra <andres.becerra@gmail.com>
Tested-by: Andrés Becerra <andres.becerra@gmail.com>
Closes: https://bugs.gentoo.org/896318
Closes: https://github.com/gentoo/gentoo/pull/29771
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Andres Becerra
2023-02-24 16:51:57 +00:00
committed by Miroslav Šulc
parent a2e2ff92e5
commit 088ae45288

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{9,10} )
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="xml(+)"
DISTUTILS_USE_SETUPTOOLS=no