dev-python/ndg-httpsclient: Add py3.7
authorDavid Seifert <soap@gentoo.org>
Sun, 16 Jun 2019 11:13:03 +0000 (13:13 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 16 Jun 2019 11:14:54 +0000 (13:14 +0200)
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/ndg-httpsclient/ndg-httpsclient-0.4.2-r1.ebuild

index 412b15434662c2945148268f9f742d3c2f3b5786..7fec4ed8b952af678085df21376d9921013460c2 100644 (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