From: Pacho Ramos Date: Wed, 29 Apr 2020 16:30:22 +0000 (+0200) Subject: dev-python/mpmath: Supports py3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=41c06c1a5d91085304e5f2a4e7672aad3885b7f5;p=gentoo.git dev-python/mpmath: Supports py3.8 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Pacho Ramos --- 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