From: Laurent Bachelier Date: Tue, 8 Jul 2014 17:52:13 +0000 (+0200) Subject: Remove Python 2.6 support X-Git-Url: http://git.tremily.us/?p=wtk-overlay.git;a=commitdiff_plain;h=f68387942cc2ab184acd4e343529434165731739 Remove Python 2.6 support --- diff --git a/pytest-xdist-1.10.ebuild b/pytest-xdist-1.10.ebuild index a25276b..de70ff4 100644 --- a/pytest-xdist-1.10.ebuild +++ b/pytest-xdist-1.10.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) inherit distutils-r1