Use Python 3.9 on macOS

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2022-04-01 16:07:57 +01:00 committed by Gareth J. Greenaway
parent ac5c83714c
commit 350661cb2b

View file

@ -14,6 +14,7 @@ runTestSuite(
python_version: 'py3',
testrun_timeout: 6,
use_spot_instances: false,
macos_python_version: '3.9',
)
// vim: ft=groovy