From f68387942cc2ab184acd4e343529434165731739 Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Tue, 8 Jul 2014 19:52:13 +0200 Subject: [PATCH] Remove Python 2.6 support --- pytest-xdist-1.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2