Remove Python 2.5 and 3.1 support
authorLaurent Bachelier <laurent@bachelier.name>
Tue, 24 Sep 2013 18:52:29 +0000 (20:52 +0200)
committerLaurent Bachelier <laurent@bachelier.name>
Tue, 24 Sep 2013 18:52:29 +0000 (20:52 +0200)
Following Gentoo.

pytest-xdist-1.8.ebuild

index 254a5080de0e4f49d7ef23979bca596db7137a32..49797d272f8f5a6dbbc4ce3305c203013ead9ed5 100644 (file)
@@ -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