We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8478ef6 commit 60677b8Copy full SHA for 60677b8
1 file changed
internal/python/version.go
@@ -4,7 +4,7 @@ import (
4
"github.com/zeabur/zbpack/internal/utils"
5
)
6
7
-const defaultPython3Version = "3.10"
+const defaultPython3Version = "3.13"
8
9
func getPython3Version(versionRange string) string {
10
return utils.ConstraintToVersion(versionRange, defaultPython3Version)
0 commit comments