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?