From 825c0268b68dc80e08ca4062ba83e6ae7a05249a Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Fri, 7 Nov 2025 14:31:43 +1000 Subject: [PATCH] dev-build/gn: disable py3.10 Signed-off-by: Matt Jolly --- dev-build/gn/gn-0.2289.ebuild | 2 +- dev-build/gn/gn-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-build/gn/gn-0.2289.ebuild b/dev-build/gn/gn-0.2289.ebuild index cf7c2fa50028..46a5599f5020 100644 --- a/dev-build/gn/gn-0.2289.ebuild +++ b/dev-build/gn/gn-0.2289.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit edo ninja-utils python-any-r1 toolchain-funcs diff --git a/dev-build/gn/gn-9999.ebuild b/dev-build/gn/gn-9999.ebuild index cf7c2fa50028..46a5599f5020 100644 --- a/dev-build/gn/gn-9999.ebuild +++ b/dev-build/gn/gn-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit edo ninja-utils python-any-r1 toolchain-funcs