cmake_minimum_required(VERSION 3.20)

project(TestVersionFails)

find_package(Pytest 99.0 REQUIRED)
