Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

Conversation

nkmry
Copy link

@nkmry nkmry commented Dec 8, 2021

CLI doesn't work because of how to check Python version in cli.py.
The previous code cannot handle 3.10 because float('3.10') is 3.1, which is less than 3.6.

the previous code doesn't handle `3.10` because float('3.10') == 3.1 < 3.6
@nkmry nkmry changed the title fix how to handle the Python version in cli.py fix how to check Python version in cli.py Dec 9, 2021
@nkmry nkmry changed the title fix how to check Python version in cli.py CLI doesn't work with Python >= 3.10 Dec 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant