Chore: Drop support for Python 3.8#3399
Merged
xrmx merged 1 commit intoopen-telemetry:mainfrom May 27, 2025
Merged
Conversation
12 tasks
26c0f26 to
71eb61e
Compare
jomcgi
commented
Apr 1, 2025
fba15e8 to
e2360f6
Compare
jomcgi
commented
Apr 1, 2025
jomcgi
commented
Apr 1, 2025
e2360f6 to
4f57fa3
Compare
dimastbk
reviewed
Apr 2, 2025
4f57fa3 to
415fb0c
Compare
jomcgi
commented
Apr 4, 2025
jomcgi
commented
Apr 4, 2025
5e91bf0 to
cbac8ca
Compare
xrmx
reviewed
Apr 11, 2025
Contributor
xrmx
left a comment
There was a problem hiding this comment.
I would have preferred to decouple bumping the baseline to the changes to the other hundreds of files 😅
Contributor
Author
Agree - it's why this is still in draft. |
81f758e to
b5dbc7b
Compare
b5dbc7b to
7af57d4
Compare
emdneto
reviewed
Apr 16, 2025
xrmx
reviewed
Apr 17, 2025
emdneto
reviewed
Apr 17, 2025
44b2f31 to
b012adf
Compare
Python 3.8 was EoL @ 2024-10-07, our 6 month promise for support ended on 2024-04-07. Changes: * Updated basline refs to 3.9 * Removed 3.8 sys.version_info checks * Fixed botocore test failure * Applied ruff formatting
b012adf to
983847a
Compare
Contributor
Author
|
Resolved open comments & rebased PR.
No - I can start looking at it now that this is up to date. |
xrmx
approved these changes
May 26, 2025
emdneto
approved these changes
May 27, 2025
Contributor
|
Note to self: before merging this we need to remove the 3.8 jobs from jobs required to have a green CI UPDATE: Done, once merged need to add pypy-3.9 entries |
sightseeker
added a commit
to sightseeker/opentelemetry-python-contrib
that referenced
this pull request
Mar 11, 2026
Python 3.8 was EoL @ 2024-10-07, our 6 month promise for support ended on 2024-04-07. Changes: * Updated basline refs to 3.9 * Removed 3.8 sys.version_info checks * Fixed botocore test failure * Applied ruff formatting
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.
Description
Python 3.8 was EoL @ 2024-10-07, our 6 month promise for support will end @ 2024-04-07.
Changes:
Fixes open-telemetry/opentelemetry-python#4513
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Does This PR Require a Core Repo Change?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.