OvalMoney / celery-exporter

Prometheus metrics exporter for Celery
MIT License
142 stars 37 forks source link

Python 3.9 wheel support (pypi) #62

Open drazenzen opened 3 years ago

drazenzen commented 3 years ago

Hello,

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!