dev-python/httpstat: Enable Python 3.7 support
authorThomas Deutschmann <whissi@gentoo.org>
Tue, 24 Jul 2018 23:03:28 +0000 (01:03 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Tue, 24 Jul 2018 23:03:58 +0000 (01:03 +0200)
Package-Manager: Portage-2.3.43, Repoman-2.3.10

dev-python/httpstat/httpstat-1.2.1-r1.ebuild

index 2bba6c72b899e941fd1bcdd496b75b64f0dcc866..814383b60ecfb93d5872ab42bde97fa8fa6f1427 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
 
 inherit distutils-r1