Neuroinflab / kCSD-python

Kernel Current Source Density
https://kcsd-python.readthedocs.io/en/latest/
Other
15 stars 23 forks source link

Remove support for Python 2 #147

Closed abukaj closed 7 months ago

abukaj commented 10 months ago

As we do not test package for Python <3.8, I think backward compatibility code like: https://github.com/Neuroinflab/kCSD-python/blob/d816da736e6a03a83c0e0966bb7f0fe531ef3499/setup.py#L12 should be removed.

ccluri commented 7 months ago

Also, no version for future package is available from 3.8 onwards. What a mess.

We have to stop support for 2 entirely. I shall create a new branch for this issue.

ccluri commented 7 months ago

https://github.com/Neuroinflab/kCSD-python/pull/154