dev-python/aiohttp-socks: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Tue, 30 Jul 2019 13:38:52 +0000 (15:38 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 30 Jul 2019 13:39:10 +0000 (15:39 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/aiohttp-socks/aiohttp-socks-0.2.2.ebuild

index 7e449920dc7f4df9d4764e057091758bf2775ada..52758134c3e509c984ef53d887eea5f2407f3f94 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1