Build files: add note that certain files should be py3.6 compatible

Add a note to `build_files/utils/README.md` that explains the Python files
in that directory have to be compatible with Python 3.6.

Pull Request: https://projects.blender.org/blender/blender/pulls/143792
This commit is contained in:
Sybren A. Stüvel
2025-08-09 16:57:10 +02:00
parent 88241bc51e
commit bfd43d4320

View File

@@ -3,3 +3,6 @@ Make Utility Scripts
Scripts used only by developers for now
Note: these scripts are assumed to be part of the deployment process, and thus
have to be able to run on older Python versions (3.6 at the moment of writing)
than the one bundled with Blender itself.