- Notifications
You must be signed in to change notification settings - Fork294
Give minimum versions of all dependencies and test on them#320
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This doesn't work because |
I understand the gist of what this is trying to solve, but I think this is better solved with tox and environment matrixes. I think we should close this out and reimplement it after the PR switching to tox has landed. Regardless, I'm taking this out of the 1.0 milestone. |
It would be nice to test the minimum versions of dependencies that we support. Luckily, there really only is However, we should NOT be pinningmaximum versions as overly restrictive version caps cannot be fixed by the user. See:https://iscinumpy.dev/post/bound-version-constraints/ In any case, this PR is quite outdated. I'll make a new one to declare minimum versions of all dependencies that we still use in |
No description provided.