dev-python/pytest-aiohttp-0.3.0: python 3.8 support added.
authorPiotr Karbowski <slashbeast@gentoo.org>
Mon, 30 Dec 2019 21:00:04 +0000 (22:00 +0100)
committerPiotr Karbowski <slashbeast@gentoo.org>
Mon, 30 Dec 2019 21:54:07 +0000 (22:54 +0100)
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild

index 7da2e586711f11a5e718c71fca675e8caaeffe20..49b6b37040386b9b29ce927e779adaff2e9af9db 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
 inherit distutils-r1
 
 DESCRIPTION="pytest plugin for aiohttp support"