commit: 30a3107d49b319761a0748c2f6f65a582879b20d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 3 05:39:34 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 3 05:39:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a3107d
dev-python/grpcio-status: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/grpcio-status/grpcio-status-1.72.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/grpcio-status/grpcio-status-1.72.1.ebuild
b/dev-python/grpcio-status/grpcio-status-1.72.1.ebuild
index a1d32d7a5888..d7038de3c24e 100644
--- a/dev-python/grpcio-status/grpcio-status-1.72.1.ebuild
+++ b/dev-python/grpcio-status/grpcio-status-1.72.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1