diff options
author | Joe Kappus <joe@wt.gd> | 2023-01-03 03:23:45 -0500 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-01-03 14:01:03 +0100 |
commit | ede3c9e3284bfcc0f5f7e4769f91acf3198f76ef (patch) | |
tree | 34005d8784c1f34c81c844d4d6534a8a25540670 /dev-java/java-config | |
parent | sci-geosciences/josm-bin: drop old (diff) | |
download | gentoo-ede3c9e3284bfcc0f5f7e4769f91acf3198f76ef.tar.gz gentoo-ede3c9e3284bfcc0f5f7e4769f91acf3198f76ef.tar.bz2 gentoo-ede3c9e3284bfcc0f5f7e4769f91acf3198f76ef.zip |
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>
Diffstat (limited to 'dev-java/java-config')
-rw-r--r-- | dev-java/java-config/java-config-2.3.1.ebuild | 2 | ||||
-rw-r--r-- | dev-java/java-config/java-config-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/java-config/java-config-2.3.1.ebuild b/dev-java/java-config/java-config-2.3.1.ebuild index bc0266c8e44b..224bc1adb2b7 100644 --- a/dev-java/java-config/java-config-2.3.1.ebuild +++ b/dev-java/java-config/java-config-2.3.1.ebuild @@ -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 diff --git a/dev-java/java-config/java-config-9999.ebuild b/dev-java/java-config/java-config-9999.ebuild index 395572d16010..9df965ccbae1 100644 --- a/dev-java/java-config/java-config-9999.ebuild +++ b/dev-java/java-config/java-config-9999.ebuild @@ -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 |