dev-python/djangocms-file: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 11:38:43 +0000 (13:38 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 14:42:08 +0000 (16:42 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/djangocms-file/djangocms-file-2.0.1.ebuild

index f1a2ee8f5d12031215a9715502b3ee0f2013bf6b..7e5663eee855bca1379511670823dd80f53e0ce2 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1