summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorNowa Ammerlaan <nowa@gentoo.org>2025-03-22 11:58:39 +0100
committerNowa Ammerlaan <nowa@gentoo.org>2025-03-22 13:04:38 +0100
commit58b597b13248c1e4e511fbdc8b47011ae411e731 (patch)
treed3a96ef77114d2c342afabdcf6b35126c67506e1 /dev-python
parenta7c6a21e88bd5fe30f7522805743b8fa2a424699 (diff)
downloadgentoo-58b597b13248c1e4e511fbdc8b47011ae411e731.tar.gz
gentoo-58b597b13248c1e4e511fbdc8b47011ae411e731.tar.bz2
gentoo-58b597b13248c1e4e511fbdc8b47011ae411e731.zip
dev-python/patsy: enable pypy3_11
Closes: https://bugs.gentoo.org/951017 Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/patsy/patsy-1.0.1.ebuild4
1 files 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