commit: 1af81fd6e3378f4ecf805ea53f96cddfa4792545
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 08:58:54 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 08:58:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af81fd6
sci-mathematics/mathlib-tools: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-mathematics/mathlib-tools/mathlib-tools-1.3.2_p1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-mathematics/mathlib-tools/mathlib-tools-1.3.2_p1.ebuild
b/sci-mathematics/mathlib-tools/mathlib-tools-1.3.2_p1.ebuild
index 812a7aaeeb5b..c18adafa5977 100644
--- a/sci-mathematics/mathlib-tools/mathlib-tools-1.3.2_p1.ebuild
+++ b/sci-mathematics/mathlib-tools/mathlib-tools-1.3.2_p1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1