diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-15 18:05:49 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-15 18:11:59 +0100 |
commit | 48f001dc485af942030e160b51f827e6e41733c5 (patch) | |
tree | 4087d74727489eeb8bc22d7355ff6b992e271e18 /dev-python/sympy | |
parent | dev-python/symengine: enable py3.10 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |