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

CLI doesn't work with Python >= 3.10 #1309

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

CLI doesn't work with Python >= 3.10 #1309

wants to merge 1 commit into from

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.

None yet

1 participant