scikit-hep / pyBumpHunter

Python implementation of the BumpHunter algorithm used by HEP community.
BSD 3-Clause "New" or "Revised" License
17 stars 9 forks source link

Update Zenodo badge in README to "all versions" #16

Closed eduardo-rodrigues closed 1 year ago

eduardo-rodrigues commented 1 year ago

See discussion at https://github.com/scikit-hep/pyBumpHunter/issues/13.

lovaslin commented 1 year ago

Thank you !

I have a question though. How do I get rid of the python 3.6 test ?

I would like to clear that so I don't have to bypass the protection.

eduardo-rodrigues commented 1 year ago

Hi. I do not see any tests running on Python 3.6, though you state you support it, see for example https://github.com/scikit-hep/pyBumpHunter/blob/master/setup.cfg. You should update those files and also what is under .github for what exactly you want to support ... Remember BTW that we have lots of dev types at scikit-hep.org, and in particular https://scikit-hep.org/developer/reporeview will hint you at what is not up to standards/guidelines ... HTH.

eduardo-rodrigues commented 1 year ago

You should improve https://github.com/scikit-hep/pyBumpHunter/blob/master/.github/workflows/automated_build.yml and specify a Python version probably.

I will now merge this since ready.