From d878d139a71f91bdf0178f14e6242f83bcf2e5bf Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 5 May 2025 08:49:47 +0100 Subject: [PATCH] games-misc/opensfx: disable py3.10 Signed-off-by: Sam James --- games-misc/opensfx/opensfx-1.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-misc/opensfx/opensfx-1.0.3.ebuild b/games-misc/opensfx/opensfx-1.0.3.ebuild index 8e95535d7fa93..51f66287f2e34 100644 --- a/games-misc/opensfx/opensfx-1.0.3.ebuild +++ b/games-misc/opensfx/opensfx-1.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} python3_13t ) +PYTHON_COMPAT=( python3_{11..13} python3_13t ) inherit python-any-r1 toolchain-funcs