builders/python/acceptance/runtime.bzl (30 lines of code) (raw):

""" Generated bzl file. Do not update manually. """ gae_runtimes = { "python27": "2.7", "python37": "3.7.17", "python38": "3.8.20", "python39": "3.9.22", "python310": "3.10.17", "python311": "3.11.12", "python312": "3.12.10", "python313": "3.13.3", } gcf_runtimes = { "python37": "3.7.17", "python38": "3.8.20", "python39": "3.9.22", "python310": "3.10.17", "python311": "3.11.12", "python312": "3.12.10", "python313": "3.13.3", } flex_runtimes = { "python38": "3.8.20", "python39": "3.9.22", "python310": "3.10.17", "python311": "3.11.12", "python312": "3.12.10", "python313": "3.13.3", }