dev-python/setuptools-git: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 19:55:28 +0000 (21:55 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 19:55:28 +0000 (21:55 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/setuptools-git/setuptools-git-1.2.ebuild

index 4b6368fa9e3631652c0964b1c5d0d6c69e4d3eda..7f69c0ee96e282b3aa32ff09c68ca4ff222d45e5 100644 (file)
@@ -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