dev-python/contextvars: Port to py3.9

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-06-19 22:45:40 +02:00
parent 2a261df163
commit 321a3a51ba

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="Backport of Python 3.7 contextvars module (PEP 567) for Python 3.6"