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

Conversation

IkkiOcean
Copy link
Contributor

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.

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.
@CLAassistant
Copy link

CLAassistant commented Sep 30, 2024

CLA assistant check
All committers have signed the CLA.

@vabene1111
Copy link
Collaborator

thanks for the update!

@vabene1111 vabene1111 merged commit 272d2e9 into TandoorRecipes:develop Oct 2, 2024
1 check passed
@IkkiOcean IkkiOcean deleted the patch-1 branch October 3, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants