Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Require Python version ≥3.8 for examples (#1602)
As it stands, we import Python when building the Python bindings, but we do not require it at configuration time, and we do not specify a minimum version. In practice, the examples do not work with Python versions lower than 3.8. This commit, therefore, makes the Python package required in the CMake build system, and requires version 3.8 or higher.
- Loading branch information