tBuLi / symfit

Symbolic Fitting; fitting as it should be.
http://symfit.readthedocs.org
MIT License
232 stars 17 forks source link

Update build matrix to py 3.7-3.11. Py3.6 is EOL #354

Closed pckroon closed 1 year ago

tBuLi commented 1 year ago

Thanks for this PR, I like it! Quick question, why the switch to pytest-cov? Just curious about the reason, but other than that, please merge it if you consider this ready.

pckroon commented 1 year ago

Besides "because it works", it also does some intelligent things regarding e.g. multiprocessing and coverage. In general it's just a good idea.