Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for python3.11 and higher version #104

Open
dachengx opened this issue Jan 15, 2024 · 0 comments · May be fixed by #107
Open

Support for python3.11 and higher version #104

dachengx opened this issue Jan 15, 2024 · 0 comments · May be fixed by #107

Comments

@dachengx
Copy link
Contributor

The current highest supported python is 3.10:

nestpy/setup.py

Line 155 in 1ac2a7c

'Programming Language :: Python :: 3.10',

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: #101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant