summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2022-09-22 15:28:05 +0100
committerMarek Szuba <marecki@gentoo.org>2022-09-22 15:29:35 +0100
commit466c14324e5a52043fadc4b7cd19144a96005233 (patch)
tree936026bf2534c4419640961cf67d05f5ab69b25c
parentdev-python/pycollada: enable py3.11 (diff)
downloadgentoo-466c14324e5a52043fadc4b7cd19144a96005233.tar.gz
gentoo-466c14324e5a52043fadc4b7cd19144a96005233.tar.bz2
gentoo-466c14324e5a52043fadc4b7cd19144a96005233.zip
dev-python/mpmath: enable py3.11
Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r--dev-python/mpmath/mpmath-1.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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