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

Deprecate Python 3.8 #2267

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ppfeister
Copy link
Member

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.

fc39 will be EOL November 12, 2024, and most users should have upgraded to fc40 by now, so I don't see much reason to continue support for that either.

Closes #2266

@ppfeister ppfeister added the bug Something isn't working label Aug 23, 2024
@ppfeister ppfeister self-assigned this Aug 23, 2024
@ppfeister ppfeister linked an issue Aug 23, 2024 that may be closed by this pull request
@ppfeister ppfeister removed their assignment Aug 23, 2024
@ppfeister ppfeister force-pushed the 2266-deprecate-support-for-python-38 branch 3 times, most recently from ed200ab to c6c1f3e Compare August 23, 2024 05:15
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate support for Python 3.8
1 participant