virtual/python-ipaddress: Enable python3.6
authorMichał Górny <mgorny@gentoo.org>
Thu, 26 Jan 2017 22:29:31 +0000 (23:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 26 Jan 2017 22:35:34 +0000 (23:35 +0100)
virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild

index 1c3d69a5060ef9d12acc8a6bf216f05385eb5811..ba1018b0b876ce4e9320c9d647eb4a9ba97895a1 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit python-r1