From: Pacho Ramos Date: Sun, 24 Jun 2018 14:45:43 +0000 (+0200) Subject: dev-python/os-testr: Support python 3.6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=13436c5a8062b342eacdad0f54f1956bc29d6295;p=gentoo.git dev-python/os-testr: Support python 3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/dev-python/os-testr/os-testr-1.0.0.ebuild b/dev-python/os-testr/os-testr-1.0.0.ebuild index 5a0030949c9b..5dc2a9c019fa 100644 --- a/dev-python/os-testr/os-testr-1.0.0.ebuild +++ b/dev-python/os-testr/os-testr-1.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1