From: Michał Górny Date: Wed, 26 Apr 2017 15:29:05 +0000 (+0200) Subject: dev-python/paramunittest: Enable py3.5 & py3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=73398e7950036acf2b0c079c494ce2fa41549285;p=gentoo.git dev-python/paramunittest: Enable py3.5 & py3.6 --- diff --git a/dev-python/paramunittest/paramunittest-0.2.ebuild b/dev-python/paramunittest/paramunittest-0.2.ebuild index d7a01654ac54..6162a6b0153b 100644 --- a/dev-python/paramunittest/paramunittest-0.2.ebuild +++ b/dev-python/paramunittest/paramunittest-0.2.ebuild @@ -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