michaelgale / pcbflow

Python based Printed Circuit Board (PCB) layout and design package based on CuFlow.
BSD 3-Clause "New" or "Revised" License
115 stars 16 forks source link

Updated setup.py to not crash in Python 3.10 #5

Closed sebouh137 closed 1 year ago

sebouh137 commented 1 year ago

Originally it was just a string comparison which fails because "3.10" < "3.6"