commit: 54582a6880fadc556b9256053184d7feea8d8ae8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed May 21 19:37:39 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed May 21 19:49:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54582a68
dev-python/versioningit: Enable pypy3.11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/versioningit/versioningit-3.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/versioningit/versioningit-3.1.3.ebuild b/dev-python/versioningit/versioningit-3.1.3.ebuild index bc65c4ac8a3c..681d05091db9 100644 --- a/dev-python/versioningit/versioningit-3.1.3.ebuild +++ b/dev-python/versioningit/versioningit-3.1.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) inherit distutils-r1 pypi