Use FindPython3 instead of FindPythonInterp and FindPythonLibs
Fixes CMake warning regarding CMP0148
The warning is about deprecation of FindPythonInterp and FindPythonLibs. Use FindPython3 instead.
Require CMake 3.19 because of the usage of the version range.