From 6429fb397282246fff0468716f7c1420dc5d8a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 28 Jun 2024 07:18:18 +0200 Subject: [PATCH] dev-python/pydantic-core: Enable py3.13 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.20.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pydantic-core/pydantic-core-2.20.0.ebuild b/dev-python/pydantic-core/pydantic-core-2.20.0.ebuild index 6ee0a31eae7d9..c9f9b02b0636d 100644 --- a/dev-python/pydantic-core/pydantic-core-2.20.0.ebuild +++ b/dev-python/pydantic-core/pydantic-core-2.20.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=maturin -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) CRATES=" ahash@0.8.11