dev-python/pytest-rerunfailures: Add python3_6
authorManuel Rüger <mrueg@gentoo.org>
Fri, 28 Apr 2017 16:21:01 +0000 (18:21 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Fri, 28 Apr 2017 16:21:36 +0000 (18:21 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild

index a5f0817e1018f7462a4ff13c83d6914b06201ed8..14de2183e0891bc817923977de95ada66d947df2 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1