diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-20 15:47:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-20 17:49:00 +0200 |
commit | 93c1cee5ccb7bce124f2d73409d424aef02122a7 (patch) | |
tree | aeaaccc31f238e10da313e43ca4fe2c8df63abc7 | |
parent | dev-python/contextvars: Enable py3.{7,8} (diff) | |
download | gentoo-93c1cee5ccb7bce124f2d73409d424aef02122a7.tar.gz gentoo-93c1cee5ccb7bce124f2d73409d424aef02122a7.tar.bz2 gentoo-93c1cee5ccb7bce124f2d73409d424aef02122a7.zip |
dev-python/aiocontextvars: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/aiocontextvars/aiocontextvars-0.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aiocontextvars/aiocontextvars-0.2.2.ebuild b/dev-python/aiocontextvars/aiocontextvars-0.2.2.ebuild index 51f92d49879d..61983dee54d1 100644 --- a/dev-python/aiocontextvars/aiocontextvars-0.2.2.ebuild +++ b/dev-python/aiocontextvars/aiocontextvars-0.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Asyncio support for PEP-567 contextvars backport" |