commit: 58b597b13248c1e4e511fbdc8b47011ae411e731 Author: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> AuthorDate: Sat Mar 22 10:58:39 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Sat Mar 22 12:04:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b597b1
dev-python/patsy: enable pypy3_11 Closes: https://bugs.gentoo.org/951017 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> dev-python/patsy/patsy-1.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/patsy/patsy-1.0.1.ebuild b/dev-python/patsy/patsy-1.0.1.ebuild index 49a8663ba194..94e60617936a 100644 --- a/dev-python/patsy/patsy-1.0.1.ebuild +++ b/dev-python/patsy/patsy-1.0.1.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
