This repository was archived by the owner on Mar 23, 2026. It is now read-only.
drop python 3.9 and add tests for 3.14 in the cli#13247
Merged
Conversation
S3 Image Test Results (AMD64 / ARM64) 2 files 2 suites 9m 1s ⏱️ Results for commit 69a74a0. ♻️ This comment has been updated with latest results. |
d74952f to
90fac46
Compare
Helper Script Tests34 tests 34 ✅ 0s ⏱️ Results for commit 69a74a0. ♻️ This comment has been updated with latest results. |
90fac46 to
69a74a0
Compare
thrau
approved these changes
Oct 12, 2025
Member
thrau
left a comment
There was a problem hiding this comment.
LGTM! I think it's relatively safe to drop 3.9 at this point, although we don't know exactly whether we will bother some users, given it's EOL and users are encouraged by python to upgrade to 3.10, there's no good reason we should continue to support it.
dfangl
approved these changes
Oct 13, 2025
Member
dfangl
left a comment
There was a problem hiding this comment.
Nice! I agree, dropping python 3.9 for new versions should be fine!
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Motivation
Python 3.9 has its EOL with October 2025, which is why we should be dropping support for 3.9 and add tests for the newly released 3.14 with the next release of LocalStack (scheduled for the end of October).
Changes