commit: 13b87a97af72e8eb0c29de0be0b9e3e8d9ed36ae Author: Sasha Finkelstein <fnkl.kernel <AT> gmail <DOT> com> AuthorDate: Mon Nov 3 14:18:50 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 4 10:58:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b87a97
sys-libs/glibc: Add python3.14 support Signed-off-by: Sasha Finkelstein <fnkl.kernel <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44450 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-libs/glibc/glibc-2.42-r2.ebuild | 2 +- sys-libs/glibc/glibc-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/glibc/glibc-2.42-r2.ebuild b/sys-libs/glibc/glibc-2.42-r2.ebuild index cb76363880ee..25498b338615 100644 --- a/sys-libs/glibc/glibc-2.42-r2.ebuild +++ b/sys-libs/glibc/glibc-2.42-r2.ebuild @@ -6,7 +6,7 @@ EAPI=8 # Bumping notes: https://wiki.gentoo.org/wiki/Project:Toolchain/sys-libs/glibc # Please read & adapt the page as necessary if obsolete. -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..14} ) TMPFILES_OPTIONAL=1 EMULTILIB_PKG="true" diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 2b3ba3c12088..af95e206646e 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 # Bumping notes: https://wiki.gentoo.org/wiki/Project:Toolchain/sys-libs/glibc # Please read & adapt the page as necessary if obsolete. -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..14} ) TMPFILES_OPTIONAL=1 EMULTILIB_PKG="true"
