dev-python/jupyter_client: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Mar 2017 09:31:55 +0000 (01:31 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Mar 2017 12:31:15 +0000 (05:31 -0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/jupyter_client/jupyter_client-4.4.0.ebuild

index 9cd5ea69b4aff6b4d58d92ceff07e1f4eb1db34d..306a0f15db25d4597481c95caa4d0178eed36795 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 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} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1