From 321113f2c0b1e5c5a191640696943d4a2ebcc6c5 Mon Sep 17 00:00:00 2001 From: Nicholas Meyer Date: Sat, 2 May 2020 21:59:09 -0700 Subject: dev-python/jupyter_console: add python3_7 to PYTHON_COMPAT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/719010 Signed-off-by: Nicholas Meyer Signed-off-by: Michał Górny --- dev-python/jupyter_console/jupyter_console-6.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/jupyter_console') 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 -- cgit v1.2.3-65-gdbad