dev-python/editorconfig-core-py: Add python3_6
authorPatrick McLean <chutzpah@gentoo.org>
Tue, 28 Feb 2017 19:07:16 +0000 (11:07 -0800)
committerPatrick McLean <chutzpah@gentoo.org>
Tue, 28 Feb 2017 19:07:16 +0000 (11:07 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild

index be727fdaa48ad4a58b3a457702eb9fd0a8023535..a966ea75739a82b45e80886ad96c4f5528a18dcd 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
 TESTVER="abb579e00f2deeede91cb485e53512efab9c6474"
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Clone of EditorConfig core written in Python"