dev-python/process-tests: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 07:20:30 +0000 (23:20 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 22:19:23 +0000 (14:19 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/process-tests/process-tests-1.2.0.ebuild

index f8a0af0fafe09633331606aeb48d55f87fae481c..10f02b15101a829ac28bbde6a46f1242d84b877e 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