dev-python/geventhttpclient: add Python 3.7
authorLouis Sautier <sbraz@gentoo.org>
Sat, 28 Jul 2018 22:01:34 +0000 (00:01 +0200)
committerLouis Sautier <sbraz@gentoo.org>
Sat, 28 Jul 2018 22:26:15 +0000 (00:26 +0200)
Package-Manager: Portage-2.3.43, Repoman-2.3.10

dev-python/geventhttpclient/geventhttpclient-1.3.1-r1.ebuild

index 9b10793dfb5a0927b01ed18b46808b177dfcce65..bbedb9e89a28be4e1d82663d8cc6a89dd1643286 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( pypy python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1