From c53f489a83319835300a8d9bcb57132df71f9886 Mon Sep 17 00:00:00 2001 From: Piotr Karbowski Date: Mon, 30 Dec 2019 22:00:04 +0100 Subject: [PATCH] dev-python/pytest-aiohttp-0.3.0: python 3.8 support added. Signed-off-by: Piotr Karbowski --- dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.26.2