Closed pmberg closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.98%. Comparing base (
d0ee394
) to head (b5116f4
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks for contributing! Please remove any top-level sections that do not apply to your changes.
make format && make documentation
has been run.What's changed
Added support for Python 3.12. To clear up issues with installation, changed the required NumPy version to 1.26.4.
What this fixes and how it's fixed
Fixes #184 and fixes it by updating workflows and setup to accommodate Python 3.12, and updating the NumPy version to allow for installation under Python 3.12. Also fixes #182 in the process of switching NumPy to an updated version that is incompatible with both Python 3.7 and Python 3.8.