From 8b813729e5a9ac7e8d7cf95ce1280c582b4ffc97 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Thu, 9 Apr 2020 14:02:11 -0700 Subject: [PATCH] Drop python version to >= 3.6 --- stdeb.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdeb.cfg b/stdeb.cfg index b667571..3f5db49 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -3,4 +3,4 @@ Package3: dangerzone Depends3: docker.io | docker-ce, python3, python3-pyqt5, python3-appdirs, python3-click, python3-xdg, python3-requests Build-Depends: python3, python3-all Suite: bionic -X-Python3-Version: >= 3.7 \ No newline at end of file +X-Python3-Version: >= 3.6 \ No newline at end of file