bayesian-optimization / BayesianOptimization

A Python implementation of global optimization with gaussian processes.
https://bayesian-optimization.github.io/BayesianOptimization/index.html
MIT License
7.95k stars 1.55k forks source link

add supported python versions badge to readme #460

Closed bwheelz36 closed 5 months ago

bwheelz36 commented 9 months ago

Describe the solution you'd like

Once #458 is implemented, we can add a supported python versions badge to the readme using shields: https://shields.io/badges/py-pi-python-version

note this won't work with current packaging approach.

bwheelz36 commented 8 months ago

With the next release, I'm hopeful the below will start working:

PyPI - Python Version

bwheelz36 commented 5 months ago

@till-m - look it work!!