File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -560,24 +560,24 @@ def add_canonic_versions(release_versions: str, canonic):
560560
561561add_canonic_versions (
562562 "3.10 3.10.0 3.10.1 3.10.2 3.10.3 3.10.4 3.10.5 3.10.6 3.10.7 3.10.8 3.10.9 "
563- "3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15" ,
563+ "3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.16 " ,
564564 "3.10.0rc2" ,
565565)
566566
567567add_canonic_versions ("3.10.13Graal" , "3.10.8Graal" )
568568
569569add_canonic_versions (
570- "3.11 3.11.0 3.11.1 3.11.2 3.11.3 3.11.4 3.11.5 3.11.6 3.11.7 3.11.8 3.11.9 3.11.10" ,
570+ "3.11 3.11.0 3.11.1 3.11.2 3.11.3 3.11.4 3.11.5 3.11.6 3.11.7 3.11.8 3.11.9 3.11.10 3.11.11 " ,
571571 "3.11a7e" ,
572572)
573573
574574add_canonic_versions (
575- "3.12 3.12.0 3.12.1 3.12.2 3.12.3 3.12.4 3.12.5 3.12.6 3.12.7" ,
575+ "3.12 3.12.0 3.12.1 3.12.2 3.12.3 3.12.4 3.12.5 3.12.6 3.12.7 3.12.8 " ,
576576 "3.12.0rc2" ,
577577)
578578
579579add_canonic_versions (
580- "3.13 3.13.0" ,
580+ "3.13 3.13.0 3.13.1 " ,
581581 "3.13.0rc3" ,
582582)
583583
You can’t perform that action at this time.
0 commit comments