commit: f2f812ee019faac78488ad1e9931a1c63ce2b318 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri Mar 25 03:42:35 2016 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Mar 25 03:42:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f812ee
dev-python/sqlalchemy-migrate: adding py35 Package-Manager: portage-2.2.26 dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a5682bf..327bf25 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
