diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-02-15 11:50:55 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-02-15 12:29:48 +0100 |
| commit | 55d29e1455c72661fb8492bf2d6b548f0ffc4da4 (patch) | |
| tree | fa8b8386c0dd74aed7f39e78794c8456cba97a90 | |
| parent | 4d07d20df306d4cf87b5fb3ff781583b05378da6 (diff) | |
| download | gentoo-55d29e1455c72661fb8492bf2d6b548f0ffc4da4.tar.gz gentoo-55d29e1455c72661fb8492bf2d6b548f0ffc4da4.tar.bz2 gentoo-55d29e1455c72661fb8492bf2d6b548f0ffc4da4.zip | |
dev-python/zope-testing: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
| -rw-r--r-- | dev-python/zope-testing/zope-testing-5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zope-testing/zope-testing-5.1.ebuild b/dev-python/zope-testing/zope-testing-5.1.ebuild index 19b0b2368176..70e9eb57fa86 100644 --- a/dev-python/zope-testing/zope-testing-5.1.ebuild +++ b/dev-python/zope-testing/zope-testing-5.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 ) +PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 pypy3_11 ) inherit distutils-r1 pypi |
