Skip to content

Replace Python 3.9 with 3.10 in build matrix#8723

Merged
bnusunny merged 1 commit intoaws:developfrom
roger-zhangg:fix-python39-patch
Mar 3, 2026
Merged

Replace Python 3.9 with 3.10 in build matrix#8723
bnusunny merged 1 commit intoaws:developfrom
roger-zhangg:fix-python39-patch

Conversation

@roger-zhangg
Copy link
Copy Markdown
Member

@roger-zhangg roger-zhangg commented Mar 3, 2026

Problem

Python 3.9 is EOL and actions/setup-python installs an outdated patch version (3.9.13) on macOS and Windows, causing test failures.

Fix

Replace "3.9" with "3.10" in all three matrix configurations (make-pr,
integration-tests.yml
, smoke-and-functional-tests). Python 3.10 is actively maintained and actions/setup-python provides up-to-date versions across all platforms.

@roger-zhangg roger-zhangg changed the title Use uv to install latest Python 3.9 patch on macOS/Windows Replace Python 3.9 with 3.10 in build matrix Mar 3, 2026
@bnusunny bnusunny added this pull request to the merge queue Mar 3, 2026
Merged via the queue into aws:develop with commit a7447aa Mar 3, 2026
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants