Skip to content
Snippets Groups Projects
  • Jose Diaz-Gonzalez's avatar
    ef1f7f69
    fix: drop broken version check · ef1f7f69
    Jose Diaz-Gonzalez authored
    Due to how the version checks work - via sorting, not actual comparison - this previously resulted in _always_ installing sqlite3, even though it was already bundled for lower versions of python. The second version check also encompasses 3.7.0+, so there is no need to respecify the check.
    ef1f7f69
    History
    fix: drop broken version check
    Jose Diaz-Gonzalez authored
    Due to how the version checks work - via sorting, not actual comparison - this previously resulted in _always_ installing sqlite3, even though it was already bundled for lower versions of python. The second version check also encompasses 3.7.0+, so there is no need to respecify the check.