diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-04-16 11:12:35 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-04-16 13:07:18 -0500 |
commit | e5603c7198e9619743dbaefaca138d6e516030f0 (patch) | |
tree | 8acf403a44568839582c9ec94fbda2ca6f97f4df /dev-python/path-and-address | |
parent | www-servers/tomcat: bump to 9.0.88 (diff) | |
download | gentoo-e5603c7198e9619743dbaefaca138d6e516030f0.tar.gz gentoo-e5603c7198e9619743dbaefaca138d6e516030f0.tar.bz2 gentoo-e5603c7198e9619743dbaefaca138d6e516030f0.zip |
dev-python/path-and-address: enable py3.12
Closes: https://bugs.gentoo.org/929478
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'dev-python/path-and-address')
-rw-r--r-- | dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild | 4 |
1 files 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 |