summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/pydantic-core/pydantic-core-2.10.1.ebuild3
-rw-r--r--dev-python/pydantic-core/pydantic-core-2.11.0.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/pydantic-core/pydantic-core-2.10.1.ebuild b/dev-python/pydantic-core/pydantic-core-2.10.1.ebuild
index 9916aa8576f8..cdf7ef20ff0d 100644
--- a/dev-python/pydantic-core/pydantic-core-2.10.1.ebuild
+++ b/dev-python/pydantic-core/pydantic-core-2.10.1.ebuild
@@ -5,8 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
-# pypy3 is waiting for new pyo3 release
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
CRATES="
ahash@0.8.3
diff --git a/dev-python/pydantic-core/pydantic-core-2.11.0.ebuild b/dev-python/pydantic-core/pydantic-core-2.11.0.ebuild
index c9b73273e233..316a366b0fe3 100644
--- a/dev-python/pydantic-core/pydantic-core-2.11.0.ebuild
+++ b/dev-python/pydantic-core/pydantic-core-2.11.0.ebuild
@@ -5,8 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
-# pypy3 is waiting for new pyo3 release
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
CRATES="
ahash@0.8.3