From: Michał Górny Date: Mon, 25 May 2020 19:55:28 +0000 (+0200) Subject: dev-python/setuptools-git: Port to py39 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b0ca6821a4cf1613c6364b31ddded769b7085cec;p=gentoo.git dev-python/setuptools-git: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild b/dev-python/setuptools-git/setuptools-git-1.2.ebuild index 4b6368fa9e36..7f69c0ee96e2 100644 --- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild +++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1