dev-python/virtualenvwrapper: add python3_8 to PYTHON_COMPAT

Signed-off-by: Andrew Udvare <audvare@gmail.com>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Andrew Udvare
2020-05-01 13:26:17 -04:00
committed by Matthew Thode
parent 782da4d106
commit ef36b26641

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1