diff --git a/dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild b/dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild index 98a4de25c2bd8..232c0f6b7c2ae 100644 --- a/dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild +++ b/dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="a pure-python scientific graphics and GUI library built on PyQt4/PySide and numpy"