-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Dropping Python 3.10 support. #27861
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
Comments
I think the comment in But looking at the same docs for 3.13, it looks like I might have misunderstood, and we can actually remove all the |
@ngoldbaum Feel free to push a comment update to #27862. |
Is 3.12 the new recommended version? |
Never mind, I just saw your PR :) |
We are scheduled to drop Python 3.10 support in NumPy 2.3. I will make a PR to get started on that, but
have noticed a few issues I have questions about:
@ngoldbaum
numpy/_core/src/multiarray/stringdtype/static_string.c
has a 3.10 workaround.@seberg
numpy/_core/include/numpy/numpyconfig.h
NPY_FEATURE_VERSION needs update.@r-devulap
linux_simd.yml
could probably use an update/rework.@mattip can PyPy support 3.11 yet?
The text was updated successfully, but these errors were encountered: