commit: e5603c7198e9619743dbaefaca138d6e516030f0 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Tue Apr 16 16:12:35 2024 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Tue Apr 16 18:07:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5603c71
dev-python/path-and-address: enable py3.12 Closes: https://bugs.gentoo.org/929478 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild b/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild index a629618e9c5a..44c21d84f23c 100644 --- a/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild +++ b/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{9..12} ) PYPI_NO_NORMALIZE=1 DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi