README:14 promises "CMake 3.25 or newer" and CMakeLists.txt:1 sets cmake_minimum_required(VERSION 3.25), but environment.yml installs cmake>=4.3 (intentional, for packaging — README:554 explains it) and every CI job uses that env or a runner default. Nothing builds at 3.25, so the floor is an untested claim.
Fix: either add a cheap CI job at the floor, or state that 3.25 is nominal.
README:14 promises "CMake 3.25 or newer" and CMakeLists.txt:1 sets cmake_minimum_required(VERSION 3.25), but environment.yml installs cmake>=4.3 (intentional, for packaging — README:554 explains it) and every CI job uses that env or a runner default. Nothing builds at 3.25, so the floor is an untested claim.
Fix: either add a cheap CI job at the floor, or state that 3.25 is nominal.