NeuralEnsemble / python-neo

Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats
http://neo.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
325 stars 248 forks source link

Drop python 3.8 #1573

Closed zm711 closed 1 month ago

zm711 commented 2 months ago

Since 3.8 goes EOL in October we should be good to drop this.

apdavison commented 1 month ago

yes, based on our NEP 29 + 1 year policy, we should be on Python 3.9+ now. Also NumPy 1.22+

zm711 commented 1 month ago

Cool, I didn't change NumPy yet since Numpy 1.21 works with 3.9. But we could drop that in another PR.