was doing upgrade today to python version 3.9 and it looks like wheel file for Python version 3.9 is not present in pypi: https://pypi.org/project/celery-exporter/#files
Not sure if this is by intent, perhaps 3.9 version is not yet supported and therefor missing wheel file?
Installation/compilation can be performed manually by installing rust on machine, but it would be so much nicer to have it as wheel file.
By looking at travis.yaml and tox.ini it seems that 3.9 version is working fine and build on travis is passing.
Please let me know if i can help anyhow in building wheel file for python 3.9
Tnx!
Hello,
was doing upgrade today to python version
3.9
and it looks like wheel file for Python version3.9
is not present in pypi: https://pypi.org/project/celery-exporter/#files Not sure if this is by intent, perhaps3.9
version is not yet supported and therefor missing wheel file? Installation/compilation can be performed manually by installing rust on machine, but it would be so much nicer to have it as wheel file.By looking at
travis.yaml
andtox.ini
it seems that3.9
version is working fine and build on travis is passing. Please let me know if i can help anyhow in building wheel file for python3.9
Tnx!