pyxem / orix

Analysing crystal orientations and symmetry in Python
https://orix.readthedocs.io
GNU General Public License v3.0
78 stars 45 forks source link

Remove support for Python 3.7 #485

Closed hakonanes closed 2 months ago

hakonanes commented 2 months ago

Description of the change

Drops support for Python 3.7. Closes #482.

The changes I've made I did after searching for "3.7" in the source code. I didn't search very long, but I could not find any code which could be removed or simplified.

Progress of the PR

For reviewers