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

Declares support for Python >= 3.7, but uses Python 3.10 features #77

Open
Dobatymo opened this issue Dec 10, 2024 · 0 comments
Open

Declares support for Python >= 3.7, but uses Python 3.10 features #77

Dobatymo opened this issue Dec 10, 2024 · 0 comments

Comments

@Dobatymo
Copy link

Dobatymo commented Dec 10, 2024

See pyproject.toml

requires-python = ">=3.7"

and match
match str(alg):

It would be nice to replace the match statement with a if or a dict lookup to keep supporting older python versions.

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

1 participant