From: Piotr Karbowski Date: Mon, 30 Dec 2019 21:00:04 +0000 (+0100) Subject: dev-python/pytest-aiohttp-0.3.0: python 3.8 support added. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c53f489a83319835300a8d9bcb57132df71f9886;p=gentoo.git dev-python/pytest-aiohttp-0.3.0: python 3.8 support added. Signed-off-by: Piotr Karbowski --- diff --git a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild index 7da2e586711f..49b6b3704038 100644 --- a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild +++ b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild @@ -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"