Skip to content

Lower the Python requirement

Emmanuele Bassi requested to merge ebassi/issue-5934 into main

The Python script used to generate the headers for the Vulkan renderer depends on the match operator, which was introduced in Python 3.10. We can replace that with a simpler if ... elif .. else block.

Fixes: #5934 (closed)

Edited by Emmanuele Bassi

Merge request reports