diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-24 21:59:00 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-24 21:59:00 -0500 |
commit | 664d52a6cd4072c3d04b865eb157a27bb6accab9 (patch) | |
tree | 354d954ceb37fbafcbb9f30fe47b1dd022d10f95 /dev-python/reno | |
parent | dev-python/debtcollector: bup for mitaka (diff) | |
download | gentoo-664d52a6cd4072c3d04b865eb157a27bb6accab9.tar.gz gentoo-664d52a6cd4072c3d04b865eb157a27bb6accab9.tar.bz2 gentoo-664d52a6cd4072c3d04b865eb157a27bb6accab9.zip |
dev-python/reno: adding py35 support
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/reno')
-rw-r--r-- | dev-python/reno/reno-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/reno/reno-1.2.0.ebuild b/dev-python/reno/reno-1.2.0.ebuild index bcf285457e9c..33387ad65603 100644 --- a/dev-python/reno/reno-1.2.0.ebuild +++ b/dev-python/reno/reno-1.2.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 ) inherit distutils-r1 |