dev-build/gn: disable py3.10

Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
Matt Jolly 2025-11-07 14:31:43 +10:00
parent 1107055e78
commit 825c0268b6
No known key found for this signature in database
GPG Key ID: 1B55CE38F469B300
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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