cbg-ethz / bmi

Mutual information estimators and benchmark
https://cbg-ethz.github.io/bmi/
MIT License
26 stars 4 forks source link

Update Python version #149

Closed grfrederic closed 4 months ago

grfrederic commented 4 months ago

This PR resolves #147.

pawel-czyz commented 4 months ago

Nice! As we have #147, what do you think about having only 3.11 and 3.12 in the build? We can also probably unpin bounds on Python version to ">=3.9, <3.13" or something like that.

grfrederic commented 4 months ago

maybe? i have not tried running 3.12. do you know why they build tried to run 3.9 and got stuck?

pawel-czyz commented 4 months ago

do you know why they build tried to run 3.9 and got stuck?

It was a required check to merge (in the repository settings). I changed these to 3.11 and 3.12, feel free to merge :slightly_smiling_face: