From: Michał Górny Date: Mon, 25 May 2020 14:57:07 +0000 (+0200) Subject: dev-python/pexpect: Port to py3.9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4c9051b7360661b230f40b560889a45deaf20071;p=gentoo.git dev-python/pexpect: Port to py3.9 Signed-off-by: Michał Górny --- diff --git a/dev-python/pexpect/pexpect-4.8.0.ebuild b/dev-python/pexpect/pexpect-4.8.0.ebuild index 076cdb78ac2c..ecae148b976a 100644 --- a/dev-python/pexpect/pexpect-4.8.0.ebuild +++ b/dev-python/pexpect/pexpect-4.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1