dev-python/icalendar: Enable python3.6

This commit is contained in:
Michał Górny
2017-03-08 19:33:06 +01:00
parent 4628a0a55c
commit f40f258b95

View File

@@ -3,7 +3,7 @@
EAPI="5"
PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1