From 5fd7010ff57008d6463cccd3945d063dd4bad1e3 Mon Sep 17 00:00:00 2001 From: Sophie Brun Date: Tue, 5 Nov 2019 14:13:31 +0100 Subject: [PATCH] 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 --- build_scripts/config.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2