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

Python version 3.9 does not support match statements #405

Open
tantrik16 opened this issue Mar 24, 2024 · 4 comments
Open

Python version 3.9 does not support match statements #405

tantrik16 opened this issue Mar 24, 2024 · 4 comments

Comments

@tantrik16
Copy link

Bump minimum python version in setup.py since match is not supported in 3.9.

@grzesir
Copy link
Contributor

grzesir commented Mar 24, 2024

@tantrik16 this is already in the setup.py Did you have a specific issue?

@tantrik16
Copy link
Author

@grzesir shouldn't it be >=3.10?

@grzesir
Copy link
Contributor

grzesir commented Mar 24, 2024 via email

@tantrik16
Copy link
Author

match order.status.lower():
^
SyntaxError: invalid syntax

Link

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

No branches or pull requests

2 participants