Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update manual.md with required python version #3327

Merged
merged 1 commit into from
Oct 2, 2024

Commits on Sep 30, 2024

  1. Update manual.md with required python version

    The code written in https://github.com/TandoorRecipes/recipes/blob/develop/cookbook/connectors/connector_manager.py makes use of features introduced in Python 3.10, such as the structural pattern matching (match and case) and the union types with the pipe operator (|) which are not compatible with Python 3.9. That's why the minimum required python version for the manual installation should be python version 3.10.
    IkkiOcean authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    dae51a8 View commit details
    Browse the repository at this point in the history