diff --git a/dev-python/arrow/arrow-0.10.0.ebuild b/dev-python/arrow/arrow-0.10.0.ebuild index 817c9d120cc8a..89e2ce52f6897 100644 --- a/dev-python/arrow/arrow-0.10.0.ebuild +++ b/dev-python/arrow/arrow-0.10.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python{3_4,3_5} ) +PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="Better dates and times for Python"