dev-python/paramunittest: Enable py3.5 & py3.6
authorMichał Górny <mgorny@gentoo.org>
Wed, 26 Apr 2017 15:29:05 +0000 (17:29 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 26 Apr 2017 16:33:56 +0000 (18:33 +0200)
dev-python/paramunittest/paramunittest-0.2.ebuild

index d7a01654ac548f19125ea275d10847e49c2aa76d..6162a6b0153b3d2ecf862213248a3fa59bb0e585 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 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 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1