Skip to content
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

[MNT] Drop python 3.9 (and 3.10?) support #56

Open
Tveten opened this issue Jan 3, 2025 · 0 comments
Open

[MNT] Drop python 3.9 (and 3.10?) support #56

Tveten opened this issue Jan 3, 2025 · 0 comments

Comments

@Tveten
Copy link
Collaborator

Tveten commented Jan 3, 2025

Drop python 3.9 support to allow use of python >= 3.10 features such as

  • Type hints: np.ndarray | float | None rather than Union[np.ndarray, float, None] or Optional[Union[np.ndarray, float]].

Numpy just dropped python 3.10 support and now requires python >= 3.11. Any drawbacks of not following numpy with respect to python version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant