Skip to content

Commit b7347d1

Browse files
committed
fix: use more stable dynamic version of python for windows
1 parent 81e5682 commit b7347d1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pkg/repos/runtimes/python/python.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
//go:embed python.json
2323
var releasesData []byte
2424

25-
const uvVersion = "uv==0.1.24"
25+
const uvVersion = "uv==0.1.42"
2626

2727
type Release struct {
2828
OS string `json:"os,omitempty"`

pkg/repos/runtimes/python/python.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"os": "windows",
2525
"arch": "amd64",
2626
"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"
2929
},
3030
{
3131
"os": "linux",
@@ -59,8 +59,8 @@
5959
"os": "windows",
6060
"arch": "amd64",
6161
"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"
6464
},
6565
{
6666
"os": "linux",
@@ -94,8 +94,8 @@
9494
"os": "windows",
9595
"arch": "amd64",
9696
"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"
9999
},
100100
{
101101
"os": "linux",

0 commit comments

Comments
 (0)