Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ elseif is_config("backend", "QuickJs") then
add_requires("quickjs-ng v0.8.0", {configs={shared=true, libc=true}})

elseif is_config("backend", "Python") then
add_requires("python 3.12.8", {configs={shared=true}})
add_requires("python 3.12.10", {configs={shared=true}})

elseif is_config("backend", "V8") then
add_requires("node v22.12.0", {configs={shared=true}})
Expand Down