From f29213e644c8f24391144c17652b320a7c0a533c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 26 Apr 2017 16:44:01 +0200 Subject: dev-python/markdown2: Tested on py3.5 & py3.6 6 tests consistently fail with all CPython versions 2.7 through 3.6. --- dev-python/markdown2/markdown2-2.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/markdown2') diff --git a/dev-python/markdown2/markdown2-2.3.0.ebuild b/dev-python/markdown2/markdown2-2.3.0.ebuild index 41f80b78c615..66c5fd0c7f50 100644 --- a/dev-python/markdown2/markdown2-2.3.0.ebuild +++ b/dev-python/markdown2/markdown2-2.3.0.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=( python{2_7,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad