From: Michał Górny Date: Wed, 26 Apr 2017 16:18:44 +0000 (+0200) Subject: dev-python/colander: Tested on py3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=233fc7c600ca155cdeee1cc8cd7966d5c7bffdeb;p=gentoo.git dev-python/colander: Tested on py3.6 --- diff --git a/dev-python/colander/colander-1.3.1.ebuild b/dev-python/colander/colander-1.3.1.ebuild index d155a4a8710a..89b151c03bed 100644 --- a/dev-python/colander/colander-1.3.1.ebuild +++ b/dev-python/colander/colander-1.3.1.ebuild @@ -3,7 +3,7 @@ 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