bitcraze / crazyflie-clients-python

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

minimal version python client not working anymore #704

Closed knmcguire closed 5 months ago

knmcguire commented 6 months ago

This discussion indicated that 3.8 or 3.9 doesn't work with the client anymore: https://github.com/orgs/bitcraze/discussions/1186

On our installation guide we say 3.8-3.12 so lets test if that is still the case: https://www.bitcraze.io/documentation/repository/crazyflie-clients-python/master/installation/install/

ataffanel commented 5 months ago

At least, Python 3.9.4 on MacOS does work fine.

ataffanel commented 5 months ago

It also works on Python 3.8 on a freshly installed Ubuntu 20.04. So I think we can close this issue as checked.

That said, as soon as Ubuntu 24.04 is released, I think we should stop actively supporting Ubuntu 20.04 and so bump the minimal python version for the client to 3.10, but that might be a discussion for another issue :-).