dev-python/setuptools_scm_git_archive: add python3_9 support

Closes: https://bugs.gentoo.org/752081
Signed-off-by: Nicholas Meyer <nickaristocrates@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18101
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Nicholas Meyer
2020-10-31 23:42:54 -07:00
committed by Michał Górny
parent 402f1a4d74
commit f381d1c13b

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1
DESCRIPTION="A setuptools_scm plugin for git archives"