diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-25 23:15:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-01-25 23:56:54 +0100 |
commit | 266252a880d3b7ce6c9ea871e8339e0aabe44afd (patch) | |
tree | 6003569e085897c9798e41aeec56647c4362918a /profiles/desc/python_targets.desc | |
parent | net-mail/notmuch: Remove oldest versions (diff) | |
download | gentoo-266252a880d3b7ce6c9ea871e8339e0aabe44afd.tar.gz gentoo-266252a880d3b7ce6c9ea871e8339e0aabe44afd.tar.bz2 gentoo-266252a880d3b7ce6c9ea871e8339e0aabe44afd.zip |
profiles: Initial support for Python 3.6 (masked)
Diffstat (limited to 'profiles/desc/python_targets.desc')
-rw-r--r-- | profiles/desc/python_targets.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 7369964e7129..32bb7cd511a7 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,6 +7,7 @@ python2_7 - Build with Python 2.7 python3_4 - Build with Python 3.4 python3_5 - Build with Python 3.5 +python3_6 - Build with Python 3.6 jython2_7 - Build with Jython 2.7 pypy - Build with PyPy pypy3 - Build with PyPy3 |