HIPS / autograd

Efficiently computes derivatives of NumPy code.
MIT License
7.03k stars 915 forks source link

[ci] Remove python 3.7 runners from test workflow. #624

Closed fjosw closed 3 months ago

fjosw commented 4 months ago

This PR removes Python 3.7 from the CI as it reached it's end of life a year ago (and not all runners are still available in Github Actions). Python 3.8 will reached its EOL in three months so I would propose to support it until then.

fjosw commented 4 months ago

Tests for python>3.8 currently fail because of numpy 2.0, see #618.