dev-python/aiohttp-3.6.1: python 3.8 support added.
authorPiotr Karbowski <slashbeast@gentoo.org>
Mon, 30 Dec 2019 20:44:58 +0000 (21:44 +0100)
committerPiotr Karbowski <slashbeast@gentoo.org>
Mon, 30 Dec 2019 21:54:06 +0000 (22:54 +0100)
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
dev-python/aiohttp/aiohttp-3.6.1.ebuild

index 42c6b0667c204a98f8d095225a84d1e4b10dbbc2..2ce56c98ccebbdf06a1d87c0af2316613284e5c5 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
 
 inherit distutils-r1