From: Laurent Bachelier Date: Tue, 24 Sep 2013 18:52:29 +0000 (+0200) Subject: Remove Python 2.5 and 3.1 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8277577d9a94969b9cb351efd1cff0ade68dc81b;p=wtk-overlay.git Remove Python 2.5 and 3.1 support Following Gentoo. --- 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