Skip to content

chore: remove Python 3.9 EKS E2E test#756

Merged
ezhang6811 merged 2 commits into
aws-observability:release/v0.17.xfrom
ezhang6811:remove-eks-39-test
May 22, 2026
Merged

chore: remove Python 3.9 EKS E2E test#756
ezhang6811 merged 2 commits into
aws-observability:release/v0.17.xfrom
ezhang6811:remove-eks-39-test

Conversation

@ezhang6811
Copy link
Copy Markdown
Contributor

Issue #, if available:

Description of changes:
The urllib3 dependency release 2.7.0 requires Python 3.10+. Our python EKS test builds the image from Python 3.11 and then fails when injected into a Python 3.9 container with the following type error:

File "/otel-auto-instrumentation-python/urllib3/_base_connection.py", line 10, in <module>
    bytes, typing.IO[typing.Any], typing.Iterable[bytes | str], str
TypeError: unsupported operand type(s) for |: 'type' and 'type'

We will drop this test as Python 3.9 is EOL and upstream has already dropped 3.8 support. We will officially drop Python 3.9 support ahead of the next major/minor release.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ezhang6811 ezhang6811 requested a review from a team as a code owner May 22, 2026 20:37
@ezhang6811 ezhang6811 added the skip changelog doesn't need a CHANGELOG entry label May 22, 2026
@ezhang6811 ezhang6811 enabled auto-merge (squash) May 22, 2026 20:37
@ezhang6811 ezhang6811 merged commit 7cae68b into aws-observability:release/v0.17.x May 22, 2026
17 checks passed
@ezhang6811 ezhang6811 deleted the remove-eks-39-test branch May 22, 2026 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip changelog doesn't need a CHANGELOG entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants