diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-02-28 13:20:24 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-02-28 14:18:09 +0100 |
| commit | e596ad506b4492f896891f2e9077987f0c32749a (patch) | |
| tree | b71cd52aafe65f05b1a653b1501745abbe8e9d11 /dev-python | |
| parent | 7d276095965623dc81223598c298488f0ef9ef2f (diff) | |
| download | gentoo-e596ad506b4492f896891f2e9077987f0c32749a.tar.gz gentoo-e596ad506b4492f896891f2e9077987f0c32749a.tar.bz2 gentoo-e596ad506b4492f896891f2e9077987f0c32749a.zip | |
dev-python/argh: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/argh/argh-0.31.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/argh/argh-0.31.3.ebuild b/dev-python/argh/argh-0.31.3.ebuild index bf809099e513..fc7ff060ce49 100644 --- a/dev-python/argh/argh-0.31.3.ebuild +++ b/dev-python/argh/argh-0.31.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) inherit distutils-r1 pypi |
