[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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user