dev-python/contextvars: remove py3.7+ support

Bug: https://bugs.gentoo.org/735130
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev
2020-08-02 14:04:29 -07:00
parent 971b055269
commit 1217df3c83

View File

@@ -3,7 +3,8 @@
EAPI=7
PYTHON_COMPAT=( python3_{6..9} )
# this is a backport, do not add extra impls
PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
DESCRIPTION="Backport of Python 3.7 contextvars module (PEP 567) for Python 3.6"