commit: c4f113a22590a150b427270b18c126138ced7233 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 9 06:46:35 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 9 06:46:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f113a2
dev-python/pydantic: add upstream link wrt py3.14 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pydantic/pydantic-2.11.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pydantic/pydantic-2.11.5.ebuild b/dev-python/pydantic/pydantic-2.11.5.ebuild index 5dccf16ec757..b5c3e1f9590d 100644 --- a/dev-python/pydantic/pydantic-2.11.5.ebuild +++ b/dev-python/pydantic/pydantic-2.11.5.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling +# py3.14: https://github.com/pydantic/pydantic/issues/11613 PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) inherit distutils-r1 pypi
