dev-python/argcomplete: Add python3.6 support
authorPacho Ramos <pacho@gentoo.org>
Fri, 22 Jun 2018 22:43:35 +0000 (00:43 +0200)
committerPacho Ramos <pacho@gentoo.org>
Fri, 22 Jun 2018 22:45:07 +0000 (00:45 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/argcomplete/argcomplete-1.9.4.ebuild

index 8ad059a2c767b927d30dbc9575496dd692d2548a..ce4497334d80937e8dd39a1edad48968c3ba9880 100644 (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