commit: cb4dc33549e39d8d9f17ff0357412c0843981d75 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Oct 15 10:42:55 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Oct 15 10:49:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4dc335
dev-python/pydantic: Enable py3.14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pydantic/pydantic-2.12.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pydantic/pydantic-2.12.2.ebuild b/dev-python/pydantic/pydantic-2.12.2.ebuild index 61df43df1b17..d01accf92377 100644 --- a/dev-python/pydantic/pydantic-2.12.2.ebuild +++ b/dev-python/pydantic/pydantic-2.12.2.ebuild @@ -8,7 +8,7 @@ DISTUTILS_USE_PEP517=hatchling # no provenance for pydantic-core: # https://github.com/pydantic/pydantic-core/issues/1842 PYPI_VERIFY_REPO=https://github.com/pydantic/pydantic -PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) PYDANTIC_CORE_PV=2.41.4 RUST_MIN_VER="1.75.0"
