bitcraze / crazyflie-clients-python

Host applications and library for Crazyflie written in Python.
Other
301 stars 468 forks source link

Fix client on Python 3.12 #699

Closed ataffanel closed 6 months ago

ataffanel commented 6 months ago

This PR fixes client installation on Python 3.12. This is done motly by relaxing dependencies requirement to allow installing pre-built wheels from Pypi.

Setuptools is also added to the list of dependencies which was required to run on Windows's Python 3.12.

Once merged, this will fix #687