commit: 830a78344da3f335907691af015a9019599a8732 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Apr 20 16:41:31 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Apr 20 17:01:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=830a7834
dev-python/async: Tested on py3.5 & py3.6 dev-python/async/async-0.6.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/async/async-0.6.2.ebuild b/dev-python/async/async-0.6.2.ebuild index 941f1eb4411..cf9973078f4 100644 --- a/dev-python/async/async-0.6.2.ebuild +++ b/dev-python/async/async-0.6.2.ebuild @@ -1,9 +1,9 @@ -# 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 python3_5 python3_6 ) inherit distutils-r1
