[Build] Python min version -> 3.6

Remove 3.10 syntax sugar and reduce min required python version to avoid
having to do needless python upgrades on various dev systems as 3.10 is
not yet ubiquitous and building on older systems is also still a thing.
This commit is contained in:
Herman S.
2026-03-26 21:10:33 +09:00
parent 3efc88abbb
commit a90f5996de
2 changed files with 6 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ drivers.
* [Visual Studio 2022](https://www.visualstudio.com/downloads/)
* CMake 3.10+ (or C++ CMake tools for Windows)
* Windows 11 SDK version 10.0.22000.0 (for Visual Studio 2022, this or any newer version)
* [Python 3.10+ 64-bit](https://www.python.org/downloads/)
* [Python 3.6+ 64-bit](https://www.python.org/downloads/)
* Ensure Python is in PATH.
* [Vulkan SDK](https://sdk.lunarg.com/sdk/download/latest/windows/vulkan-sdk.exe)
* The build script will automatically detect it if installed at `C:\VulkanSDK`