dev-python/jupyter_console: add python3_6
authorAndrey Grozin <grozin@gentoo.org>
Tue, 20 Mar 2018 19:03:59 +0000 (02:03 +0700)
committerAndrey Grozin <grozin@gentoo.org>
Tue, 20 Mar 2018 19:03:59 +0000 (02:03 +0700)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-python/jupyter_console/jupyter_console-5.1.0.ebuild

index 941b2efd7cba5152fb13cfe518e2ada00a7c6689..7447119fbadbbf563f3c56250a24bd5d18a828a5 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1