osqp / osqp-python

Python interface for OSQP
https://osqp.org/
Apache License 2.0
109 stars 41 forks source link

removed support for py<3.8, #154

Closed vineetbansal closed 2 months ago

vineetbansal commented 2 months ago

osqp requires python>=3.8, since codegen doesn't support it (on account of pybind11 not supporting it), and we're only testing on cibuildwheel with py>=3.8