-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Deprecate support for Python 3.8 #2266
Labels
bug
Something isn't working
Comments
Merged
Merged
ppfeister
added a commit
that referenced
this issue
Aug 23, 2024
Python 3.8 is nearing EOL, and it's being deprecated here to allow for more ready dependency resolution between pandas and numpy, avoiding a fatal import. Resolves #2266.
ppfeister
added a commit
that referenced
this issue
Aug 23, 2024
Python 3.8 is nearing EOL, and it's being deprecated here to allow for more ready dependency resolution between pandas and numpy, avoiding a fatal import. Resolves #2266.
how long does it normally take to merge possible fixes? |
@isados It's really just a matter of everyone being busy. Are you encountering this error yourself? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Some versions of pandas and numpy are incompatible, and the compatible versions of pandas is not compatible with Python versions below 3.9. Since Python 3.8 is reaching EOL in about a month anyways, support for this version should now be deprecated to allow for more ready dependency resolution and avoidance of this fatal error.
The text was updated successfully, but these errors were encountered: