From: Michał Górny Date: Wed, 26 Apr 2017 16:12:36 +0000 (+0200) Subject: dev-python/translationstring: Tested on py3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8234c1d00f548c4fd12b18f2963a97e8a46e5540;p=gentoo.git dev-python/translationstring: Tested on py3.6 --- diff --git a/dev-python/translationstring/translationstring-1.3.ebuild b/dev-python/translationstring/translationstring-1.3.ebuild index 428141f0c5e9..79128d6e68d9 100644 --- a/dev-python/translationstring/translationstring-1.3.ebuild +++ b/dev-python/translationstring/translationstring-1.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 ) inherit distutils-r1