summaryrefslogtreecommitdiff
path: root/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.10.0.ebuild
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-03-24 22:42:35 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2016-03-24 22:42:35 -0500
commitf2f812ee019faac78488ad1e9931a1c63ce2b318 (patch)
tree9a6ccbac233956a81b8cf58144744fdb60751678 /dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.10.0.ebuild
parentad0f64a7a94e55a905f59d0b6ab2ee6e29bb5be9 (diff)
downloadgentoo-f2f812ee019faac78488ad1e9931a1c63ce2b318.tar.gz
gentoo-f2f812ee019faac78488ad1e9931a1c63ce2b318.tar.xz
dev-python/sqlalchemy-migrate: adding py35
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.10.0.ebuild')
-rw-r--r--dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.10.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.10.0.ebuild b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.10.0.ebuild
index a5682bf643e..327bf25dfb8 100644
--- a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.10.0.ebuild
+++ b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.10.0.ebuild
@@ -4,7 +4,7 @@
EAPI=5
# py3 has a syntax errors. On testing it is underdone
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
inherit distutils-r1