diff options
author | 2019-12-30 21:44:58 +0100 | |
---|---|---|
committer | 2019-12-30 22:54:06 +0100 | |
commit | dc96fa6ee0db754f730d66aa32555d8545ccf3c3 (patch) | |
tree | e2b9a58ec3f2e68d33f7fcbd28190d61416f8edc /dev-python/aiohttp | |
parent | acct-user/geneweb: Add suer for geneweb daemon (diff) | |
download | gentoo-dc96fa6ee0db754f730d66aa32555d8545ccf3c3.tar.gz gentoo-dc96fa6ee0db754f730d66aa32555d8545ccf3c3.tar.bz2 gentoo-dc96fa6ee0db754f730d66aa32555d8545ccf3c3.zip |
dev-python/aiohttp-3.6.1: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'dev-python/aiohttp')
-rw-r--r-- | dev-python/aiohttp/aiohttp-3.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aiohttp/aiohttp-3.6.1.ebuild b/dev-python/aiohttp/aiohttp-3.6.1.ebuild index 42c6b0667c20..2ce56c98cceb 100644 --- a/dev-python/aiohttp/aiohttp-3.6.1.ebuild +++ b/dev-python/aiohttp/aiohttp-3.6.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit distutils-r1 |