Skip to content

Commit 60677b8

Browse files
authored
chore(planner/python): upgrade to Python 3.13 by default
1 parent 8478ef6 commit 60677b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/python/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"github.com/zeabur/zbpack/internal/utils"
55
)
66

7-
const defaultPython3Version = "3.10"
7+
const defaultPython3Version = "3.13"
88

99
func getPython3Version(versionRange string) string {
1010
return utils.ConstraintToVersion(versionRange, defaultPython3Version)

0 commit comments

Comments
 (0)