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

Require python3.9+ #4

Closed
stevobailey opened this issue Jan 10, 2024 · 2 comments
Closed

Require python3.9+ #4

stevobailey opened this issue Jan 10, 2024 · 2 comments

Comments

@stevobailey
Copy link

def hex(self) -> (str, list[str]):

Using list[str] as a return type requires python3.9 or greater. But I was able to install this on python3.6.

@canbula
Copy link
Owner

canbula commented Mar 1, 2024

Thanks, you are right. The annotation list[str] is not really necessary for the functionality of the code. I will remove this part to ensure the compatibility with the older versions.

@canbula
Copy link
Owner

canbula commented Mar 1, 2024

Solved with v0.11

@canbula canbula closed this as completed Mar 1, 2024
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