diff --git a/dev-python/cmd2/cmd2-0.6.7.ebuild b/dev-python/cmd2/cmd2-0.6.7.ebuild index 700dac6b3cea7..a2c1464694f07 100644 --- a/dev-python/cmd2/cmd2-0.6.7.ebuild +++ b/dev-python/cmd2/cmd2-0.6.7.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1