feat!: Drop support for Python 3.8 (eol 2024-10-07)#48
Merged
Conversation
Release-As: 0.9.0 Co-Authored-By: mkeeler@launchdarkly.com <keelerm84@gmail.com>
Contributor
Author
|
Original prompt from mkeeler@launchdarkly.com: |
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
keelerm84
approved these changes
Jun 26, 2025
keelerm84
pushed a commit
that referenced
this pull request
Jun 26, 2025
🤖 I have created a release *beep* *boop* --- ## [0.9.0](0.8.1...0.9.0) (2025-06-26) ### ⚠ BREAKING CHANGES * Drop support for Python 3.8 (eol 2024-10-07) ([#48](#48)) ### Features * Drop support for Python 3.8 (eol 2024-10-07) ([#48](#48)) ([8f94da6](8f94da6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat!: Drop support for Python 3.8 (eol 2024-10-07)
Summary
This PR removes support for Python 3.8 (which reached end-of-life on October 7, 2024) and adds support for Python 3.13. The changes include updating package classifiers, CI workflows, and upgrading Sphinx to resolve Python 3.13 compatibility issues.
Key Changes:
Breaking Change: This is a breaking change as it drops support for Python 3.8. The Release-As version should reflect this as a major version bump.
Review & Testing Checklist for Human
Recommended Test Plan:
Diagram
flowchart TD A[pyproject.toml]:::major-edit --> B[Python Version Classifiers] A --> C[Sphinx Dependencies] A --> D[MyPy Configuration] E[GitHub Actions CI]:::major-edit --> F[Python Test Matrix] E --> G[Documentation Build] H[README.md]:::minor-edit --> I[Python Version Requirements] J[Library Code]:::context --> K[SSE Client Functionality] J --> L[Event Source Implementation] subgraph Legend L1[Major Edit]:::major-edit L2[Minor Edit]:::minor-edit L3[Context/No Edit]:::context end classDef major-edit fill:#90EE90 classDef minor-edit fill:#ADD8E6 classDef context fill:#FFFFFFNotes
pipesandimghdrmodules were removedLink to Devin run: https://app.devin.ai/sessions/3f70248c29dd4d5eb70be4a05a78ce3a
Requested by: @keelerm84