dev-python/setuptools_scm: Port to py3.9
authorMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 14:57:12 +0000 (16:57 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 16:16:36 +0000 (18:16 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild

index 16f8f1a5e59bc4d49637ae28e52c92beb44445bd..d433cce415922bd8d74144c8d464be1792da7c88 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1