rs-station / reciprocalspaceship

Tools for exploring reciprocal space
https://rs-station.github.io/reciprocalspaceship/
MIT License
28 stars 12 forks source link

Remove support for Python 3.7 #117

Closed JBGreisman closed 2 years ago

JBGreisman commented 2 years ago

Numpy recently removed support for Python 3.7. This PR follows suit, changing the Python requirements to >3.8 and adjusting the CI accordingly.