dev-python/flask-sqlalchemy: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 10:20:59 +0000 (12:20 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 16:31:37 +0000 (18:31 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/flask-sqlalchemy/flask-sqlalchemy-2.1.ebuild

index b6f654ab77cf69117894b6a71f58915740101214..689d398f548ab9562e6b122b779d04b1156fc7d5 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 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