-
Notifications
You must be signed in to change notification settings - Fork 80
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
Expand test matrix to include Python 3.9 to 3.12 #479
Conversation
Errors in flake8 caused by this: https://stackoverflow.com/questions/74558565/flake8-error-code-supplied-to-ignore-option-does-not-match-a-z1-30 |
Some dependency is trying to use |
Hrm, poetry really wants to install numpy 2.0.0rc1 instead of 2.1, but the former won't work with Python 3.13. |
This is strange - the builds other than Python 3.13 aren't even requiring This may instead be referring to |
OK, so numpy 2.0.0rc1 may have existed at some point, and some |
Now it's an issue with |
That's the dependencies handled but now tests are failing on 3.13, mostly because of |
Blocked by linkml/linkml#2420 |
Since 3.9 to 3.12 work, I will restrict the test matrix to those versions and support 3.13 once linkml allows. |
No description provided.