commit: 321113f2c0b1e5c5a191640696943d4a2ebcc6c5 Author: Nicholas Meyer <nickaristocrates <AT> gmail <DOT> com> AuthorDate: Sun May 3 04:59:09 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 3 16:40:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=321113f2
dev-python/jupyter_console: add python3_7 to PYTHON_COMPAT Closes: https://bugs.gentoo.org/719010 Signed-off-by: Nicholas Meyer <nickaristocrates <AT> gmail.com> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/jupyter_console/jupyter_console-6.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 23b925e042d..643134af1a3 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
