dev-python/markdown2: Tested on py3.5 & py3.6
authorMichał Górny <mgorny@gentoo.org>
Wed, 26 Apr 2017 14:44:01 +0000 (16:44 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 26 Apr 2017 15:26:32 +0000 (17:26 +0200)
6 tests consistently fail with all CPython versions 2.7 through 3.6.

dev-python/markdown2/markdown2-2.3.0.ebuild

index 41f80b78c6152765d9470bc62ae39f73e84f8ed1..66c5fd0c7f500eee49a1f261d0d4d0ff9397c82c 100644 (file)
@@ -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