diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-03-02 20:07:55 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-03-02 20:30:56 +0100 |
| commit | 64db53deb6fd61a4e1aeda6f5c9ea0fa08aa69a4 (patch) | |
| tree | 78e07f00b4cf07c24b3ab62948728cb9671c5da8 /dev-python | |
| parent | 239d1108d32bfe37a835c7aade6d4ecc55ffb402 (diff) | |
| download | gentoo-64db53deb6fd61a4e1aeda6f5c9ea0fa08aa69a4.tar.gz gentoo-64db53deb6fd61a4e1aeda6f5c9ea0fa08aa69a4.tar.bz2 gentoo-64db53deb6fd61a4e1aeda6f5c9ea0fa08aa69a4.zip | |
dev-python/humanfriendly: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/humanfriendly/humanfriendly-10.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/humanfriendly/humanfriendly-10.0-r2.ebuild b/dev-python/humanfriendly/humanfriendly-10.0-r2.ebuild index 96e56068f96d0..65c6ca10810b0 100644 --- a/dev-python/humanfriendly/humanfriendly-10.0-r2.ebuild +++ b/dev-python/humanfriendly/humanfriendly-10.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi |
