dev-python/arrow: Add python3_6
authorManuel Rüger <mrueg@gentoo.org>
Fri, 28 Apr 2017 16:37:19 +0000 (18:37 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Fri, 28 Apr 2017 16:38:33 +0000 (18:38 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/arrow/arrow-0.10.0.ebuild

index 817c9d120cc8a5a211246e37fccb49ca5c0ac0cb..89e2ce52f689722523e19dbe3a6c668c7197ff9d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} )
 inherit distutils-r1
 
 DESCRIPTION="Better dates and times for Python"