igmhub / picca

set of tools for continuum fitting, correlation function calculation, cosmological fits...
GNU General Public License v3.0
30 stars 22 forks source link

Update the github action for tests #1028

Closed Waelthus closed 1 year ago

Waelthus commented 1 year ago

This updates the test github action to use python 3.9 - 3.11 to make sure we actually test on recent versions

Waelthus commented 1 year ago

This also needed to update iminuit to more recent versions as the old version we pinned is unavailable for newer python. Given that we're not using the fitter2 anymore, the previously required pinning might now be unnecessary. If we want to support specific versions (e.g. 3.8) forever, we should run the tests on those as well