From 6e7b5a7fb62007cbb3169be837aaf30edbf05c0f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 6 Nov 2023 07:19:52 +0100 Subject: dev-python/pydantic-core: Enable pypy3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pydantic-core/pydantic-core-2.10.1.ebuild | 3 +-- dev-python/pydantic-core/pydantic-core-2.11.0.ebuild | 3 +-- 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 -- cgit v1.2.3-65-gdbad