dev-python/jupyter: add python3_7 to PYTHON_COMPAT
authorNicholas Meyer <nickaristocrates@gmail.com>
Sun, 3 May 2020 05:01:07 +0000 (22:01 -0700)
committerMichał Górny <mgorny@gentoo.org>
Sun, 3 May 2020 16:40:02 +0000 (18:40 +0200)
Closes: https://bugs.gentoo.org/719010
Signed-off-by: Nicholas Meyer <nickaristocrates@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15627
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/jupyter/jupyter-1.0.0-r2.ebuild

index 32ada3178badc51577be7e01799eff8730008a1a..e2261ab869eadff9a01429e8f63793fc71a9d3fe 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1