From 4d959537cb19ad3b87134d9283ae957f3a1b7ad9 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Thu, 23 Jun 2022 19:23:48 -0700 Subject: [PATCH] Bump minimum Python 3 version in stdeb to 3.6 (#879) --- stdeb.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdeb.cfg b/stdeb.cfg index 724f36980..5e3a80cc8 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -13,7 +13,7 @@ Copyright-File: LICENSE Suite: bionic buster Suite3: bionic focal jammy buster bullseye Python2-Depends-Name: python -X-Python3-Version: >= 3.4 +X-Python3-Version: >= 3.6 Setup-Env-Vars: SKIP_PYTHON_MODULES=1 [rosdep_modules] @@ -27,5 +27,5 @@ Copyright-File: LICENSE Suite: bionic buster Suite3: bionic focal jammy buster bullseye Python2-Depends-Name: python -X-Python3-Version: >= 3.4 +X-Python3-Version: >= 3.6 Setup-Env-Vars: SKIP_PYTHON_SCRIPTS=1