From: Sophie Brun Date: Tue, 5 Nov 2019 13:13:31 +0000 (+0100) Subject: Add Python 3.8 in Programming Language X-Git-Tag: archive/raspbian/5.13.2-3+rpi1~1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5fd7010ff57008d6463cccd3945d063dd4bad1e3;p=pyside2.git Add Python 3.8 in Programming Language Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942753 Last-Update: 2019-11-05 Gbp-Pq: Name add-python3.8.patch --- diff --git a/build_scripts/config.py b/build_scripts/config.py index 25036a6..f32dccb 100644 --- a/build_scripts/config.py +++ b/build_scripts/config.py @@ -93,6 +93,7 @@ class Config(object): 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ] self.setup_script_dir = None