diff options
author | Pacho Ramos <pacho@gentoo.org> | 2020-04-29 18:30:22 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2020-04-29 18:40:08 +0200 |
commit | 41c06c1a5d91085304e5f2a4e7672aad3885b7f5 (patch) | |
tree | 61786eca957a6b8090eec667b35e097638aa8321 /dev-python/mpmath | |
parent | app-text/jadetex: revbump for config changes (diff) | |
download | gentoo-41c06c1a5d91085304e5f2a4e7672aad3885b7f5.tar.gz gentoo-41c06c1a5d91085304e5f2a4e7672aad3885b7f5.tar.bz2 gentoo-41c06c1a5d91085304e5f2a4e7672aad3885b7f5.zip |
dev-python/mpmath: Supports py3.8
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-python/mpmath')
-rw-r--r-- | dev-python/mpmath/mpmath-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mpmath/mpmath-1.1.0.ebuild b/dev-python/mpmath/mpmath-1.1.0.ebuild index 18b4036780ca..10930a399ef1 100644 --- a/dev-python/mpmath/mpmath-1.1.0.ebuild +++ b/dev-python/mpmath/mpmath-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit distutils-r1 eutils |