pc-ble-driver-py release for Python 3.10

Hello,

We want to update our environment to use Python 3.10 due to added features such as match cases. However, we use the nRF52840 dongle together with pc-ble-driver-py, and this is not yet updated to be installable with Python 3.10.

I can see that it is potentially only a limitation of the setup.py, wherein it writes "<3.10". and am wondering if updating it to Python 3.10 is not just a case of updating the setup.py to allow it to be compatible? If so, is it possible to get a quick release of the software downloadable through pypi?

  • Hello,

    I can see that it is potentially only a limitation of the setup.py, wherein it writes "<3.10". and am wondering if updating it to Python 3.10 is not just a case of updating the setup.py to allow it to be compatible?

    There are more changes between the python versions that needs to be checked and tested in order to say whether this would work or not, to make sure nothing broke during the upgrade.

    In general we do not discuss future releases or roadmaps here on DevZone, so I would have to ask that you reach out to your Regional Sales Manager with inquiries about future releases. If you do not know who your RSM is, please send me a direct message so I may provide you with their contact information.

    Best regards,
    Karl

Related