Fix make_update when old Python3 is used #119165

Merged
Sergey Sharybin merged 1 commits from Sergey/blender:blender33_fix_is_relative into blender-v3.3-release 2024-03-13 15:26:59 +01:00

1 Commits

Author SHA1 Message Date
Sergey Sharybin f023082e5b Fix make_update when old Python3 is used
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
The `is_relative_to` has been introduced in Python 3.9, which is newer
than some of the workers on the buildbot are using.
2024-03-07 14:18:45 +01:00