dev-python/argcomplete: Add python3.6 support

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Pacho Ramos
2018-06-23 00:43:35 +02:00
parent a7a00343b1
commit bc6c06cdc6

View File

@@ -3,7 +3,7 @@
EAPI="6"
PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 )
inherit bash-completion-r1 distutils-r1