From: Laurent Bachelier Date: Thu, 3 Apr 2014 19:11:31 +0000 (+0200) Subject: Update support to Python 3.4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a844692ba63ae8197b4b5fccd6c991881c584fc6;p=wtk-overlay.git Update support to Python 3.4 --- diff --git a/pytest-xdist-1.10.ebuild b/pytest-xdist-1.10.ebuild index 253c511..a25276b 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} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) inherit distutils-r1