dev-python/testpath: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Sat, 11 Mar 2017 03:43:33 +0000 (19:43 -0800)
committerZac Medico <zmedico@gentoo.org>
Sat, 11 Mar 2017 03:43:33 +0000 (19:43 -0800)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/testpath/testpath-0.3.ebuild

index b64473bb197ae8e62a3e4a239aee6f47c7d19b13..260d6b0703915f26ebb3ee23bf6f604a22119747 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=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1