Skip to content

Commit

Permalink
ci: automatically update oci/python/_releases.json, from https://gith…
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro committed Aug 7, 2024
1 parent 0ccde28 commit 624f36b
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions oci/python/_releases.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,47 @@
{
"3.8-20.04": {
"edge": {
"target": "31"
"target": "35"
},
"end-of-life": "2025-03-31T00:00:00Z",
"stable": {
"target": "31"
"target": "35"
},
"candidate": {
"target": "3.8-20.04_stable"
"target": "35"
},
"beta": {
"target": "3.8-20.04_candidate"
"target": "35"
}
},
"3.12-24.04": {
"end-of-life": "2029-03-31T00:00:00Z",
"edge": {
"target": "33"
"target": "37"
},
"stable": {
"target": "37"
},
"candidate": {
"target": "37"
},
"beta": {
"target": "37"
}
},
"3.10-22.04": {
"end-of-life": "2027-03-31T00:00:00Z",
"stable": {
"target": "34"
"target": "36"
},
"candidate": {
"target": "34"
"target": "36"
},
"beta": {
"target": "34"
"target": "36"
},
"edge": {
"target": "34"
"target": "36"
}
}
}

0 comments on commit 624f36b

Please sign in to comment.