From 8bedde181aee73ad8cf3be3a7ae1d1ec7c4e8dc0 Mon Sep 17 00:00:00 2001 From: Sean Vig Date: Wed, 14 Oct 2015 10:20:19 -0500 Subject: [PATCH] dev-python/pytest-xdist: Add python3_5 target --- dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild index d6fc2826fc9e6..8eb076c307f92 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.13.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1