diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-02-24 09:58:54 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-02-24 09:58:54 +0100 |
commit | 1af81fd6e3378f4ecf805ea53f96cddfa4792545 (patch) | |
tree | 831e7e7022eeba2b124c624fc3b69331fc0340dc /sci-mathematics/mathlib-tools | |
parent | sci-libs/libsvm: add 3.30 (diff) | |
download | gentoo-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>
Diffstat (limited to 'sci-mathematics/mathlib-tools')
-rw-r--r-- | sci-mathematics/mathlib-tools/mathlib-tools-1.3.2_p1.ebuild | 2 |
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 |