-
Notifications
You must be signed in to change notification settings - Fork 441
update project dependencies #57
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
update project dependencies #57
Conversation
traderben
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We cannot drop support for python 3.8 and 3.9. Many users still use those versions
|
@traderben I removed it, but if the latest commits require |
Which commits require python 3.10? Apologies if something slipped through testing. The project is set up to allow users to use 3.8+, but development requires 3.10 |
oh ye my bad that's only for developers looking to build this repo, but there's still people using the sdk with older versions, disregard. |
|
I'm unable to install with python 3.8: Is supporting development with other versions of python important for you? I'm going to approve the other PR that bumps the mypy dependency without changing the supported development version of python |
|
closign 0.981 was merged |
How this works:
pyproject.toml0.982minimum to avoid issue here mypy .982 it needed for the "Positional-only parameters are only supported in Python 3.8 and greater" bug numpy/numpy#22412