summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-12-15 18:05:49 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-12-15 18:11:59 +0100
commit48f001dc485af942030e160b51f827e6e41733c5 (patch)
tree4087d74727489eeb8bc22d7355ff6b992e271e18 /dev-python/sympy
parentdev-python/symengine: enable py3.10 (diff)
downloadgentoo-48f001dc485af942030e160b51f827e6e41733c5.tar.gz
gentoo-48f001dc485af942030e160b51f827e6e41733c5.tar.bz2
gentoo-48f001dc485af942030e160b51f827e6e41733c5.zip
dev-python/sympy: enable py3.10
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/sympy')
-rw-r--r--dev-python/sympy/sympy-1.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sympy/sympy-1.9.ebuild b/dev-python/sympy/sympy-1.9.ebuild
index 2c359581f8c4..4524a6f67278 100644
--- a/dev-python/sympy/sympy-1.9.ebuild
+++ b/dev-python/sympy/sympy-1.9.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1 virtualx