From: Zac Medico Date: Sun, 12 Mar 2017 09:20:10 +0000 (-0800) Subject: dev-python/jupyter_core: Add python3_6 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=28eda4987a43f5402a26e33bd23277ecc47fed36;p=gentoo.git dev-python/jupyter_core: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- diff --git a/dev-python/jupyter_core/jupyter_core-4.3.0.ebuild b/dev-python/jupyter_core/jupyter_core-4.3.0.ebuild index 5063786edc0b..a64ed0b484f5 100644 --- a/dev-python/jupyter_core/jupyter_core-4.3.0.ebuild +++ b/dev-python/jupyter_core/jupyter_core-4.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1