commit: fc5a7c2122b8483a0626d5af9688b1773c06108f Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Sun May 12 12:59:52 2024 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Sun May 12 13:00:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc5a7c21
dev-python/chump: enable py3.12 Closes: https://bugs.gentoo.org/929447 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> dev-python/chump/chump-1.6.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/chump/chump-1.6.0-r2.ebuild b/dev-python/chump/chump-1.6.0-r2.ebuild index 926b5b6dbf00..75e60112a8dd 100644 --- a/dev-python/chump/chump-1.6.0-r2.ebuild +++ b/dev-python/chump/chump-1.6.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi
