commit: 39042a7a9f6fa00fc3b15fc211cf98503e1c57c3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 3 05:11:49 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 3 05:39:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39042a7a
dev-python/grpcio: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/grpcio/grpcio-1.72.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/grpcio/grpcio-1.72.1.ebuild
b/dev-python/grpcio/grpcio-1.72.1.ebuild
index 0e9262c96d97..85fe7345798d 100644
--- a/dev-python/grpcio/grpcio-1.72.1.ebuild
+++ b/dev-python/grpcio/grpcio-1.72.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 flag-o-matic multiprocessing pypi