dev-python/jupyter_console: add python3_7 to PYTHON_COMPAT
authorNicholas Meyer <nickaristocrates@gmail.com>
Sun, 3 May 2020 04:59:09 +0000 (21:59 -0700)
committerMichał Górny <mgorny@gentoo.org>
Sun, 3 May 2020 16:40:01 +0000 (18:40 +0200)
Closes: https://bugs.gentoo.org/719010
Signed-off-by: Nicholas Meyer <nickaristocrates@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/jupyter_console/jupyter_console-6.0.0.ebuild

index 23b925e042d53c2dd6dbdb9581dab43ad316dc72..643134af1a3ff552591ef7729bb93369c47af552 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1