summaryrefslogtreecommitdiff
path: root/xmake/scripts/xrepo/envs/python3.lua
blob: 28e7281b0b174e8fd2632411bf1c99667b5eb77b (plain)
1
2
3
4
5
if is_host("windows") and winos.version():le("win7") then
    add_requires("python 3.7.x")
else
    add_requires("python 3.x")
end