summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-02-12 00:03:12 -0800
committerZac Medico <zmedico@gentoo.org>2017-02-12 14:19:35 -0800
commit451658ebcf4d807948179c122ea177d177019b54 (patch)
tree6ad04c9b01275f66c8c0af51dd47f10656a60579 /dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
parentdev-python/execnet: PYTHON_COMPAT: add python3_6 (diff)
downloadgentoo-451658ebcf4d807948179c122ea177d177019b54.tar.gz
gentoo-451658ebcf4d807948179c122ea177d177019b54.tar.bz2
gentoo-451658ebcf4d807948179c122ea177d177019b54.zip
dev-python/pytest-xdist: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild')
-rw-r--r--dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
index 65fee94fe38d..d6de06518b50 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1