commit: 466c14324e5a52043fadc4b7cd19144a96005233
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 22 14:28:05 2022 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 14:29:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=466c1432
dev-python/mpmath: enable py3.11
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-python/mpmath/mpmath-1.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/mpmath/mpmath-1.2.1.ebuild
b/dev-python/mpmath/mpmath-1.2.1.ebuild
index 61e5f809bfab..ce52a1a904b7 100644
--- a/dev-python/mpmath/mpmath-1.2.1.ebuild
+++ b/dev-python/mpmath/mpmath-1.2.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1 virtualx