summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-02-24 09:58:54 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-02-24 09:58:54 +0100
commit1af81fd6e3378f4ecf805ea53f96cddfa4792545 (patch)
tree831e7e7022eeba2b124c624fc3b69331fc0340dc
parentsci-libs/libsvm: add 3.30 (diff)
downloadgentoo-1af81fd6e3378f4ecf805ea53f96cddfa4792545.tar.gz
gentoo-1af81fd6e3378f4ecf805ea53f96cddfa4792545.tar.bz2
gentoo-1af81fd6e3378f4ecf805ea53f96cddfa4792545.zip
sci-mathematics/mathlib-tools: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--sci-mathematics/mathlib-tools/mathlib-tools-1.3.2_p1.ebuild2
1 files changed, 1 insertions, 1 deletions
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