|
|
|
@ -214,23 +214,47 @@ LANG_RELEASE_MATRIX = { |
|
|
|
|
]), |
|
|
|
|
'python': |
|
|
|
|
OrderedDict([ |
|
|
|
|
('v1.0.x', ReleaseInfo(runtimes=['python'], testcases_file='python__v1.0.x')), |
|
|
|
|
('v1.1.4', ReleaseInfo(runtimes=['python'], testcases_file='python__v1.0.x')), |
|
|
|
|
('v1.2.5', ReleaseInfo(runtimes=['python'], testcases_file='python__v1.0.x')), |
|
|
|
|
('v1.3.9', ReleaseInfo(runtimes=['python'], testcases_file='python__v1.0.x')), |
|
|
|
|
('v1.4.2', ReleaseInfo(runtimes=['python'], testcases_file='python__v1.0.x')), |
|
|
|
|
('v1.6.6', ReleaseInfo(runtimes=['python'], testcases_file='python__v1.0.x')), |
|
|
|
|
('v1.7.2', ReleaseInfo(runtimes=['python'], testcases_file='python__v1.0.x')), |
|
|
|
|
('v1.8.1', ReleaseInfo(runtimes=['python'], testcases_file='python__v1.0.x')), |
|
|
|
|
('v1.9.1', ReleaseInfo(runtimes=['python'], testcases_file='python__v1.0.x')), |
|
|
|
|
('v1.10.1', ReleaseInfo(runtimes=['python'], testcases_file='python__v1.0.x')), |
|
|
|
|
('v1.11.1', ReleaseInfo(runtimes=['python'], testcases_file='python__v1.11.1')), |
|
|
|
|
('v1.12.0', ReleaseInfo(runtimes=['python'], testcases_file='python__v1.11.1')), |
|
|
|
|
('v1.13.0', ReleaseInfo(runtimes=['python'], testcases_file='python__v1.11.1')), |
|
|
|
|
('v1.14.1', ReleaseInfo(runtimes=['python'], testcases_file='python__v1.11.1')), |
|
|
|
|
('v1.15.0', ReleaseInfo(runtimes=['python'], testcases_file='python__v1.11.1')), |
|
|
|
|
('v1.16.0', ReleaseInfo(runtimes=['python'], testcases_file='python__v1.11.1')), |
|
|
|
|
('v1.17.1', ReleaseInfo(runtimes=['python'], testcases_file='python__v1.11.1')), |
|
|
|
|
('v1.0.x', |
|
|
|
|
ReleaseInfo(runtimes=['python'], testcases_file='python__v1.0.x')), |
|
|
|
|
('v1.1.4', |
|
|
|
|
ReleaseInfo(runtimes=['python'], testcases_file='python__v1.0.x')), |
|
|
|
|
('v1.2.5', |
|
|
|
|
ReleaseInfo(runtimes=['python'], testcases_file='python__v1.0.x')), |
|
|
|
|
('v1.3.9', |
|
|
|
|
ReleaseInfo(runtimes=['python'], testcases_file='python__v1.0.x')), |
|
|
|
|
('v1.4.2', |
|
|
|
|
ReleaseInfo(runtimes=['python'], testcases_file='python__v1.0.x')), |
|
|
|
|
('v1.6.6', |
|
|
|
|
ReleaseInfo(runtimes=['python'], testcases_file='python__v1.0.x')), |
|
|
|
|
('v1.7.2', |
|
|
|
|
ReleaseInfo(runtimes=['python'], testcases_file='python__v1.0.x')), |
|
|
|
|
('v1.8.1', |
|
|
|
|
ReleaseInfo(runtimes=['python'], testcases_file='python__v1.0.x')), |
|
|
|
|
('v1.9.1', |
|
|
|
|
ReleaseInfo(runtimes=['python'], testcases_file='python__v1.0.x')), |
|
|
|
|
('v1.10.1', |
|
|
|
|
ReleaseInfo(runtimes=['python'], testcases_file='python__v1.0.x')), |
|
|
|
|
('v1.11.1', |
|
|
|
|
ReleaseInfo(runtimes=['python'], |
|
|
|
|
testcases_file='python__v1.11.1')), |
|
|
|
|
('v1.12.0', |
|
|
|
|
ReleaseInfo(runtimes=['python'], |
|
|
|
|
testcases_file='python__v1.11.1')), |
|
|
|
|
('v1.13.0', |
|
|
|
|
ReleaseInfo(runtimes=['python'], |
|
|
|
|
testcases_file='python__v1.11.1')), |
|
|
|
|
('v1.14.1', |
|
|
|
|
ReleaseInfo(runtimes=['python'], |
|
|
|
|
testcases_file='python__v1.11.1')), |
|
|
|
|
('v1.15.0', |
|
|
|
|
ReleaseInfo(runtimes=['python'], |
|
|
|
|
testcases_file='python__v1.11.1')), |
|
|
|
|
('v1.16.0', |
|
|
|
|
ReleaseInfo(runtimes=['python'], |
|
|
|
|
testcases_file='python__v1.11.1')), |
|
|
|
|
('v1.17.1', |
|
|
|
|
ReleaseInfo(runtimes=['python'], |
|
|
|
|
testcases_file='python__v1.11.1')), |
|
|
|
|
('v1.18.0', ReleaseInfo(runtimes=['python'])), |
|
|
|
|
('v1.19.0', ReleaseInfo(runtimes=['python'])), |
|
|
|
|
('v1.20.0', ReleaseInfo(runtimes=['python'])), |
|
|
|
|