diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-06 07:19:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-06 07:22:30 +0100 |
commit | 6e7b5a7fb62007cbb3169be837aaf30edbf05c0f (patch) | |
tree | 9da0ec0ea051b39659eb2e6cc1575efbe1cc1268 /dev-python/pydantic-core | |
parent | dev-python/tiny-proxy: Bump to 0.2.1 (diff) | |
download | gentoo-6e7b5a7fb62007cbb3169be837aaf30edbf05c0f.tar.gz gentoo-6e7b5a7fb62007cbb3169be837aaf30edbf05c0f.tar.bz2 gentoo-6e7b5a7fb62007cbb3169be837aaf30edbf05c0f.zip |
dev-python/pydantic-core: Enable pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pydantic-core')
-rw-r--r-- | dev-python/pydantic-core/pydantic-core-2.10.1.ebuild | 3 | ||||
-rw-r--r-- | 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 |