diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-30 22:00:04 +0100 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-30 22:54:07 +0100 |
commit | c53f489a83319835300a8d9bcb57132df71f9886 (patch) | |
tree | fd9c7f73decdd680874cc34dc86ef365a04fc7e6 /dev-python/pytest-aiohttp | |
parent | dev-python/namespace-sphinxcontrib-1.0: python 3.8 support added. (diff) | |
download | gentoo-c53f489a83319835300a8d9bcb57132df71f9886.tar.gz gentoo-c53f489a83319835300a8d9bcb57132df71f9886.tar.bz2 gentoo-c53f489a83319835300a8d9bcb57132df71f9886.zip |
dev-python/pytest-aiohttp-0.3.0: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'dev-python/pytest-aiohttp')
-rw-r--r-- | dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |