dev-python/colors: update to python 3.5 and 3.6

This commit is contained in:
Florian Tham
2018-11-07 14:12:29 +01:00
parent 7b01cb55d9
commit aba63f9ec0
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
inherit distutils-r1