for Zed cycle minimal Python version is 3.8

When everything fails assume we have Python 3.8 (should never happen).

Change-Id: I69033cc910dd8236a470fd130816f2870a9b5b3a
This commit is contained in:
Marcin Juszkiewicz 2022-04-11 12:16:29 +02:00
parent 657820362d
commit 4a737c6150
1 changed files with 1 additions and 1 deletions

View File

@ -635,7 +635,7 @@ class KollaWorker(object):
self.base_package_type = 'deb'
else:
# Assume worst
self.conf.distro_python_version = "3.6"
self.conf.distro_python_version = "3.8"
if self.conf.distro_package_manager is not None:
self.distro_package_manager = self.conf.distro_package_manager