diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-24 22:42:35 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-24 22:42:35 -0500 |
commit | f2f812ee019faac78488ad1e9931a1c63ce2b318 (patch) | |
tree | 9a6ccbac233956a81b8cf58144744fdb60751678 /dev-python/sqlalchemy-migrate | |
parent | dev-python/python-sqlparse: adding python35 (diff) | |
download | gentoo-f2f812ee019faac78488ad1e9931a1c63ce2b318.tar.gz gentoo-f2f812ee019faac78488ad1e9931a1c63ce2b318.tar.bz2 gentoo-f2f812ee019faac78488ad1e9931a1c63ce2b318.zip |
dev-python/sqlalchemy-migrate: adding py35
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/sqlalchemy-migrate')
-rw-r--r-- | dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.10.0.ebuild | 2 |
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 a5682bf643ed..327bf25dfb8c 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 |