waf: reduce requirement for Python back to 3.6.9

so bionic can continue to function
This commit is contained in:
Peter Barker 2023-05-09 08:59:40 +10:00 committed by Andrew Tridgell
parent 50140c7e60
commit fbf63ce601
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ def configure(cfg):
# require python 3.8.x or later
cfg.load('python')
cfg.check_python_version(minver=(3,8,0))
cfg.check_python_version(minver=(3,6,9))
cfg.load('ap_library')