From: Laurent Bachelier Date: Tue, 13 Aug 2013 10:20:18 +0000 (+0200) Subject: Bump Python 3.2 support to 3.3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=85b3b40efd1179ab2a1818b0ed304ae4a6897967;p=wtk-overlay.git Bump Python 3.2 support to 3.3 --- diff --git a/pytest-xdist-1.8.ebuild b/pytest-xdist-1.8.ebuild index 1bfedc7..254a508 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} ) +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) inherit distutils-r1