From 5a1f755196b7211706f1f09c8a10c535d443c38f Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 15 Jun 2020 13:28:16 +0200 Subject: [PATCH] dev-python/trio-asyncio: add py3_8 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan --- dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild b/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild index 20d6e40d31..74b2e8f328 100644 --- a/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild +++ b/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 @@ -27,7 +27,6 @@ RDEPEND=" DEPEND="test? ( dev-python/pytest-trio[${PYTHON_USEDEP}] -