dev-python/pytest-xdist: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 08:03:12 +0000 (00:03 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 22:19:35 +0000 (14:19 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/pytest-xdist/pytest-xdist-1.14-r1.ebuild
dev-python/pytest-xdist/pytest-xdist-1.15.0.ebuild

index 65fee94fe38dd2fc9ba3dc769c681215f98a28af..d6de06518b5084ed1026221ec02448e8716f1fa4 100644 (file)
@@ -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
 
index c01ca832a2107070719aa9ebb352030d2d13b567..5765b012091e75c85ce6705b852bf063adf43b66 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1