dev-python/dill: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2
This commit is contained in:
Zac Medico
2017-03-16 00:37:29 -07:00
parent 17ffa2283c
commit 15a7f02c9c

View File

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