diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-03-07 11:50:48 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-03-07 13:45:34 +0100 |
| commit | 0078b273cac9631d9be78fe56558383b83d9468f (patch) | |
| tree | 2813a35d197fe5fd9ae741f14a744bdca1ac4450 /dev-python | |
| parent | 0cf2d5fe7e2100caf2540649cdf787a797dc55e2 (diff) | |
| download | gentoo-0078b273cac9631d9be78fe56558383b83d9468f.tar.gz gentoo-0078b273cac9631d9be78fe56558383b83d9468f.tar.bz2 gentoo-0078b273cac9631d9be78fe56558383b83d9468f.zip | |
dev-python/overrides: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/overrides/overrides-7.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/overrides/overrides-7.7.0.ebuild b/dev-python/overrides/overrides-7.7.0.ebuild index 3e0a23c3f686..e2cc3bbeda46 100644 --- a/dev-python/overrides/overrides-7.7.0.ebuild +++ b/dev-python/overrides/overrides-7.7.0.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=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) inherit distutils-r1 pypi |
