dev-python/ndg-httpsclient: add Python 3.9

Bug: https://bugs.gentoo.org/710396
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-02-22 07:36:04 +00:00
parent e22aaa3e4d
commit 43808394ff

View File

@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{7,8} pypy3 )
PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
inherit distutils-r1