From: Michał Górny Date: Mon, 25 May 2020 14:57:09 +0000 (+0200) Subject: dev-python/pretend: Port to py3.9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=31f9fe254e929e23c3fadef97ec6b63b68807740;p=gentoo.git dev-python/pretend: Port to py3.9 Signed-off-by: Michał Górny --- diff --git a/dev-python/pretend/pretend-1.0.9.ebuild b/dev-python/pretend/pretend-1.0.9.ebuild index b77d440fcd17..bc29e4a37109 100644 --- a/dev-python/pretend/pretend-1.0.9.ebuild +++ b/dev-python/pretend/pretend-1.0.9.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1