ppdebreuck / modnet

MODNet: a framework for machine learning materials properties
MIT License
81 stars 34 forks source link

Add support for Python 3.9 and 3.10 #119

Closed ml-evs closed 1 year ago

ml-evs commented 1 year ago

Once #101 is merged, we will no longer have any dependency-driven constraints to stick to just Python 3.8. Plus, the CI has been sped up enough that we can afford to triple the testing time (though in parallel) by testing other versions.

This PR simply enables Python 3.9 and 3.10 in the CI.