dev-python/yarl: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Mon, 13 Feb 2017 09:30:58 +0000 (01:30 -0800)
committerZac Medico <zmedico@gentoo.org>
Mon, 13 Feb 2017 09:30:58 +0000 (01:30 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/yarl/yarl-0.8.1.ebuild

index 260259aa619ae94c83e41ce515abff036e7b9209..619da026bd9c7fb538b6560f364d3d79f91428da 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
 # $Header: $
 
 EAPI=6
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1