dev-python/multipledispatch: Add python3_6
authorManuel Rüger <mrueg@gentoo.org>
Fri, 28 Apr 2017 15:27:19 +0000 (17:27 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Fri, 28 Apr 2017 15:27:19 +0000 (17:27 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/multipledispatch/multipledispatch-0.4.9.ebuild

index 4890dc80c2968533b2e11f606f580efa44fca8c2..764104fb0243789a3d9ecdb0de9c121319d45b5b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1