From: Nicholas Meyer Date: Sun, 3 May 2020 04:59:09 +0000 (-0700) Subject: dev-python/jupyter_console: add python3_7 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=321113f2c0b1e5c5a191640696943d4a2ebcc6c5;p=gentoo.git dev-python/jupyter_console: add python3_7 to PYTHON_COMPAT Closes: https://bugs.gentoo.org/719010 Signed-off-by: Nicholas Meyer Signed-off-by: Michał Górny --- diff --git a/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild b/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild index 23b925e042d5..643134af1a3f 100644 --- a/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild +++ b/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1