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

Commits on Dec 8, 2021

  1. fix how to handle the Python version in cli.py

    the previous code doesn't handle `3.10` because float('3.10') == 3.1 < 3.6
    nkmry committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    3d0bb45 View commit details
    Browse the repository at this point in the history