From a844692ba63ae8197b4b5fccd6c991881c584fc6 Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Thu, 3 Apr 2014 21:11:31 +0200 Subject: [PATCH] Update support to Python 3.4 --- pytest-xdist-1.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2