From ddd06d7209ec2c1e3682b84f60ee8ad810d8e6c4 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 12 Nov 2019 07:30:57 +0100 Subject: profiles/desc: Add python3_8 to PYTHON_TARGETS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- profiles/desc/python_targets.desc | 1 + 1 file changed, 1 insertion(+) (limited to 'profiles/desc') 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 -- cgit v1.2.3-65-gdbad