dev-java/java-config: enable py3.11

Signed-off-by: Joe Kappus <joe@wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/28946
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Joe Kappus
2023-01-03 03:23:45 -05:00
committed by Florian Schmaus
parent 53930d004a
commit ede3c9e328
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=7
# jython depends on java-config, so don't add it or things will break
PYTHON_COMPAT=( python3_{7..10} )
PYTHON_COMPAT=( python3_{7..11} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1

View File

@@ -4,7 +4,7 @@
EAPI=7
# jython depends on java-config, so don't add it or things will break
PYTHON_COMPAT=( python3_{7..10} )
PYTHON_COMPAT=( python3_{7..11} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1