dev-python/tenacity: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Zac Medico
2018-03-12 12:33:22 -07:00
parent 10695ef636
commit 4a76c1fab2

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5} )
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1