dev-python/ndg-httpsclient: Add py3.7

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2019-06-16 13:13:03 +02:00
parent 9905c390d3
commit 834a23de62

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
inherit distutils-r1