Version Compatibility
Python version compatibility checking for eyelink-wrapper backends.
This module provides runtime checks to ensure that the Python version is compatible with the requested visualization backend before attempting to import it.
- pyelink.version.check_python_version(backend_name)[source]
Check if current Python version is compatible with the requested backend.
- pyelink.version.warn_if_incompatible(backend_name)[source]
Warn user if Python version is incompatible with backend.
This function will issue a UserWarning if the Python version is not compatible with the requested backend, providing clear guidance on what to do.