Current latest version of iotedgehubdev (v0.14.6) doesn't support Python 3.9. When users with Python 3.9 perform pip install, v0.11.1 gets installed because of the way setup.py was defined in v0.11.1.
Are there specific reasons for excluding Python 3.9?
Current latest version of iotedgehubdev (v0.14.6) doesn't support Python 3.9. When users with Python 3.9 perform pip install, v0.11.1 gets installed because of the way
setup.pywas defined in v0.11.1.Are there specific reasons for excluding Python 3.9?