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

Drop support for Python 3.8 (around May 2025) #12112

Open
1 of 6 tasks
srittau opened this issue Jun 7, 2024 · 0 comments
Open
1 of 6 tasks

Drop support for Python 3.8 (around May 2025) #12112

srittau opened this issue Jun 7, 2024 · 0 comments
Labels
stubs: removal Pending removal of third-party distributions

Comments

@srittau
Copy link
Collaborator

srittau commented Jun 7, 2024

(Opening this now to track things and have a link target if necessary.)

Python 3.8 end-of-life is expected around October 2024 (PEP 569). We usually remove support around 6 months later, so in April or May 2025.

How to remove support. (Please amend as necessary.)

  • Update the documentation.
  • Remove 3.8 from CI and test scripts.
  • Remove 3.8 exclusive branches from stubs.
  • Remove obsolete stdlib modules (see VERSIONS).
  • Update stubtest allow lists.
  • Replace typing_extensions imports: no op for Python 3.8 -> 3.9
@srittau srittau added the stubs: removal Pending removal of third-party distributions label Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stubs: removal Pending removal of third-party distributions
Projects
None yet
Development

No branches or pull requests

1 participant