pyxem / diffsims

An open-source Python library providing utilities for simulating diffraction
https://diffsims.readthedocs.io
GNU General Public License v3.0
46 stars 26 forks source link

List explicit support for Python 3.11 and remove for 3.6 #195

Closed hakonanes closed 1 year ago

hakonanes commented 1 year ago

Description of the change

Same procedures as for https://github.com/pyxem/orix/pull/455.

Removed support for Python 3.6 because >= 3.7 should be enough. Had to bump oldest SciPy from 1.0 to 1.1 for Python 3.7.

Progress of the PR

For reviewers

hakonanes commented 1 year ago

Thanks!