From 8277577d9a94969b9cb351efd1cff0ade68dc81b Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Tue, 24 Sep 2013 20:52:29 +0200 Subject: [PATCH] Remove Python 2.5 and 3.1 support Following Gentoo. --- pytest-xdist-1.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest-xdist-1.8.ebuild b/pytest-xdist-1.8.ebuild index 254a508..49797d2 100644 --- a/pytest-xdist-1.8.ebuild +++ b/pytest-xdist-1.8.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 -- 2.26.2