NESTCollaboration / nestpy

Raw Python bindings to the NEST library using pybind11.
GNU General Public License v3.0
13 stars 19 forks source link

Support for python3.11 and higher version #104

Open dachengx opened 9 months ago

dachengx commented 9 months ago

The current highest supported python is 3.10: https://github.com/NESTCollaboration/nestpy/blob/1ac2a7cdf7c7439f0f59c505613398a4475fed1f/setup.py#L155

Many packages like the latest numpy==1.26.3 have dropped python 3.8 and slowly navigating to a higher python version.

It seems that some implementation of 3.11 is on-going: https://github.com/NESTCollaboration/nestpy/pull/101