dev-python/contextvars: Enable py3.{7,8}
authorMichał Górny <mgorny@gentoo.org>
Mon, 20 Apr 2020 13:47:32 +0000 (15:47 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 20 Apr 2020 15:48:58 +0000 (17:48 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/contextvars/contextvars-2.4.ebuild

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