-
Notifications
You must be signed in to change notification settings - Fork 84
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
Remove python 3.8 support and add python 3.13 support #2007
base: dev
Are you sure you want to change the base?
Conversation
I believe the python-3.13 gallery tests are failing because NeurodataWithoutBorders/nwbinspector#536 is in progress to remove the h5py restriction in the inspector. We can finish that PR and make another nwbinspector release, or use 3.12 for the gallery and dandi tests, or fix the h5py build. The cause of the excessive warnings in the gallery-3.9-minimum tests is less clear to me…. it seems to be coming from one of the dependencies for the |
Let's make another nwbinspector release. Interesting. It looks like we have not actually been testing against minimum requirements. See https://github.com/NeurodataWithoutBorders/pynwb/actions/runs/12024183637/job/33519287151 It installs the minimum requirements first and then upgrades them.
There should not be a Line 16 in a63387d
You could also change |
Oh interesting, I think that |
I think there is something weird going on with the resolver between dependencies for the |
Motivation
Fix #1988. Python 3.8 has been deprecated - we will remove support for 3.8 and add support for python 3.13.
TODO
Checklist
ruff check . && codespell
from the source directory.