Merge "Bump up python version for Debian Bullseye"

This commit is contained in:
Zuul 2021-04-28 09:42:49 +00:00 committed by Gerrit Code Review
commit 9418a39476

View File

@ -1131,7 +1131,7 @@ kafka_broker_count: "{{ groups['kafka'] | length }}"
######################### #########################
distro_python_version_map: { distro_python_version_map: {
"centos": "3.6", "centos": "3.6",
"debian": "3.7", "debian": "3.9",
"rhel": "3.6", "rhel": "3.6",
"ubuntu": "3.8" "ubuntu": "3.8"
} }