commit: ea2559addaf8822997968e5e7d1a67246408a69e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 14:57:41 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 16:51:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea2559ad
dev-python/contourpy: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/contourpy/contourpy-1.3.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/contourpy/contourpy-1.3.1.ebuild
b/dev-python/contourpy/contourpy-1.3.1.ebuild
index b9266b0218b7..48cea569b738 100644
--- a/dev-python/contourpy/contourpy-1.3.1.ebuild
+++ b/dev-python/contourpy/contourpy-1.3.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=meson-python
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
inherit distutils-r1