[dev-python/shyaml] add python 3.7 support

This commit is contained in:
Joost Ruis
2020-08-27 19:25:29 +02:00
parent c94befc090
commit 3ee354738b
+1 -1
View File
@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
inherit distutils-r1
DESCRIPTION="YAML for command line"