From 0007e8371afc9cfd68e931fc409034b2a9c04ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Bissey?= Date: Tue, 24 Oct 2023 13:01:48 +1300 Subject: [PATCH] sci-mathematics/sage: disable py3.12 --- sci-mathematics/sage/sage-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/sage/sage-9999.ebuild b/sci-mathematics/sage/sage-9999.ebuild index 6fcde614a..e69d9b847 100644 --- a/sci-mathematics/sage/sage-9999.ebuild +++ b/sci-mathematics/sage/sage-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="readline,sqlite" DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1