diff options
author | Holger Hoffstätte <holger@applied-asynchrony.com> | 2023-11-14 17:59:58 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-11-14 21:15:16 +0100 |
commit | 7748663ef13c9363c7f25b486fe48c865b4373d1 (patch) | |
tree | 2b57269fc1a2bfdb5d80470af0aff9a28fb10fac /dev-java/java-config/java-config-9999.ebuild | |
parent | dev-python/phonenumbers: Bump to 8.13.25 (diff) | |
download | gentoo-7748663ef13c9363c7f25b486fe48c865b4373d1.tar.gz gentoo-7748663ef13c9363c7f25b486fe48c865b4373d1.tar.bz2 gentoo-7748663ef13c9363c7f25b486fe48c865b4373d1.zip |
dev-java/java-config: update PYTHON_COMPAT: remove 3.9, add 3.12
Also add a fix for deprecated test methods which would fail with 3.12.
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Closes: https://github.com/gentoo/gentoo/pull/33823
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-java/java-config/java-config-9999.ebuild')
-rw-r--r-- | dev-java/java-config/java-config-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/java-config/java-config-9999.ebuild b/dev-java/java-config/java-config-9999.ebuild index 95a5c2abb069..852afb28806a 100644 --- a/dev-java/java-config/java-config-9999.ebuild +++ b/dev-java/java-config/java-config-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 # jython depends on java-config, so don't add it or things will break -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 prefix |