From e8b740b64b608e3951a98d941484d8ffdec5ed5f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 12 Mar 2017 03:05:31 -0700 Subject: dev-python/nbformat: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- dev-python/nbformat/nbformat-4.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/nbformat') diff --git a/dev-python/nbformat/nbformat-4.3.0.ebuild b/dev-python/nbformat/nbformat-4.3.0.ebuild index 1f93d46ff8ac..ce2bf5dea4e0 100644 --- a/dev-python/nbformat/nbformat-4.3.0.ebuild +++ b/dev-python/nbformat/nbformat-4.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE='sqlite' inherit distutils-r1 -- cgit v1.2.3-65-gdbad