Update support to Python 3.4
authorLaurent Bachelier <laurent@bachelier.name>
Thu, 3 Apr 2014 19:11:31 +0000 (21:11 +0200)
committerLaurent Bachelier <laurent@bachelier.name>
Thu, 3 Apr 2014 19:11:48 +0000 (21:11 +0200)
pytest-xdist-1.10.ebuild

index 253c511c013d47dcdf516057f24d8c78013e5461..a25276bdee22180178bac7063d6b8aca21fb4661 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
 
 inherit distutils-r1