diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-12 07:30:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-12 07:31:35 +0100 |
commit | ddd06d7209ec2c1e3682b84f60ee8ad810d8e6c4 (patch) | |
tree | dfb91dba291c2e2f8dda576c1713da56d6f722fa /profiles/desc | |
parent | dev-ruby/rake: add 13.0.1 (diff) | |
download | gentoo-ddd06d7209ec2c1e3682b84f60ee8ad810d8e6c4.tar.gz gentoo-ddd06d7209ec2c1e3682b84f60ee8ad810d8e6c4.tar.bz2 gentoo-ddd06d7209ec2c1e3682b84f60ee8ad810d8e6c4.zip |
profiles/desc: Add python3_8 to PYTHON_TARGETS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/python_targets.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 960c0f96e4d7..4827da4af78f 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -7,6 +7,7 @@ python2_7 - Build with Python 2.7 python3_5 - Build with Python 3.5 python3_6 - Build with Python 3.6 python3_7 - Build with Python 3.7 +python3_8 - Build with Python 3.8 jython2_7 - Build with Jython 2.7 pypy - Build with PyPy pypy3 - Build with PyPy3 |