hildogjr / KiCost

Build cost spreadsheet for a KiCad project.
MIT License
519 stars 98 forks source link

Fixes validators version requirement #445

Closed set-soft closed 3 years ago

set-soft commented 3 years ago

The current requirement is 0.18.2, but this is invalid for Python 2.7 The last version that supports Python 2.7 is 0.14.2. So, unless we drop Python 2.7 support (meaning dropping Win32 and OSX) we must ask for 0.14.2.