-
Notifications
You must be signed in to change notification settings - Fork 6
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
Drop support for python 3.9 #416
Comments
joeshannon
added a commit
that referenced
this issue
Apr 12, 2024
joeshannon
added a commit
that referenced
this issue
Apr 12, 2024
Fixes #416 Remove Python3.9 check from CI and enforce python>=3.10 in pyproject.toml. Adapt to PEP 604 type hint changes and other minor import changes. --------- Co-authored-by: Joe Shannon <joe.shannon@diamond.ac.uk>
ZohebShaikh
pushed a commit
that referenced
this issue
May 7, 2024
Fixes #416 Remove Python3.9 check from CI and enforce python>=3.10 in pyproject.toml. Adapt to PEP 604 type hint changes and other minor import changes. --------- Co-authored-by: Joe Shannon <joe.shannon@diamond.ac.uk>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dodal no longer supports 3.9 due to using the new union operand. Blueapi CI is failing as a result.
Link to dodal change: DiamondLightSource/dodal#411
As we are matching Numpy's deprecation policy, this is fair game as of April 5th, and 3.10 will be supported until Apr 04, 2025
https://numpy.org/neps/nep-0029-deprecation_policy.html
The text was updated successfully, but these errors were encountered: