File tree 2 files changed +7
-7
lines changed
pkg/repos/runtimes/python
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
//go:embed python.json
23
23
var releasesData []byte
24
24
25
- const uvVersion = "uv==0.1.24 "
25
+ const uvVersion = "uv==0.1.42 "
26
26
27
27
type Release struct {
28
28
OS string `json:"os,omitempty"`
Original file line number Diff line number Diff line change 24
24
"os" : " windows" ,
25
25
"arch" : " amd64" ,
26
26
"version" : " 3.10" ,
27
- "url" : " https://github.com/indygreg/python-build-standalone/releases/download/20240107 /cpython-3.10.13%2B20240107 -x86_64-pc-windows-msvc-static -install_only.tar.gz" ,
28
- "digest" : " 8176713d446ff0a0b4b2bbf8f562398879cd1acbf493bbd6a381e2f5aa96070e "
27
+ "url" : " https://github.com/indygreg/python-build-standalone/releases/download/20240415 /cpython-3.10.14+20240415 -x86_64-pc-windows-msvc-install_only.tar.gz" ,
28
+ "digest" : " 186b5632fb2fa5b5e6eee4110ce9bbb0349f52bb2163d2a1f5188b1d8eb1b5f3 "
29
29
},
30
30
{
31
31
"os" : " linux" ,
59
59
"os" : " windows" ,
60
60
"arch" : " amd64" ,
61
61
"version" : " 3.11" ,
62
- "url" : " https://github.com/indygreg/python-build-standalone/releases/download/20240107 /cpython-3.11.7%2B20240107 -x86_64-pc-windows-msvc-static -install_only.tar.gz" ,
63
- "digest" : " 36a8584ef16277f84a7fea81fca7fb941a8b8fa1defee28100afb39e90385926 "
62
+ "url" : " https://github.com/indygreg/python-build-standalone/releases/download/20240415 /cpython-3.11.9+20240415 -x86_64-pc-windows-msvc-install_only.tar.gz" ,
63
+ "digest" : " 368474c69f476e7de4adaf50b61d9fcf6ec8b4db88cc43c5f71c860b3cd29c69 "
64
64
},
65
65
{
66
66
"os" : " linux" ,
94
94
"os" : " windows" ,
95
95
"arch" : " amd64" ,
96
96
"version" : " 3.12" ,
97
- "url" : " https://github.com/indygreg/python-build-standalone/releases/download/20240107 /cpython-3.12.1%2B20240107 -x86_64-pc-windows-msvc-static -install_only.tar.gz" ,
98
- "digest" : " 7dde51352511697579d86c968881f431acff9e8b1eb3f42c54de27341fa5b7b2 "
97
+ "url" : " https://github.com/indygreg/python-build-standalone/releases/download/20240415 /cpython-3.12.3+20240415 -x86_64-pc-windows-msvc-install_only.tar.gz" ,
98
+ "digest" : " f7cfa4ad072feb4578c8afca5ba9a54ad591d665a441dd0d63aa366edbe19279 "
99
99
},
100
100
{
101
101
"os" : " linux" ,
You can’t perform that action at this time.
0 commit comments