Skip to content

Add Free Threading support to CI#391

Merged
jonathan343 merged 1 commit into
boto:developfrom
nateprewitt:free_threading
May 9, 2026
Merged

Add Free Threading support to CI#391
jonathan343 merged 1 commit into
boto:developfrom
nateprewitt:free_threading

Conversation

@nateprewitt
Copy link
Copy Markdown
Contributor

Description of changes:
The primary blocker for supporting free threading in Boto3/Botocore/Smithy Python was support in the upstream dependency, awscrt. Starting in awscrt 0.32.0 (awslabs/aws-crt-python#725), releases began distributing artifacts for Python 3.13t and 3.14t. While 3.13t was released as experimental, 3.14t is starting to gain adoption.

Given there are no remaining blockers, this PR adds beta support for free threaded builds and makes sure that contract is validated in CI.

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

Copy link
Copy Markdown
Contributor

@TingDaoK TingDaoK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shipit!!!!!

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 8, 2026

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.71%. Comparing base (8647a30) to head (2f2eee8).
⚠️ Report is 16 commits behind head on develop.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #391      +/-   ##
===========================================
+ Coverage    80.28%   80.71%   +0.42%     
===========================================
  Files           16       16              
  Lines         3013     3012       -1     
===========================================
+ Hits          2419     2431      +12     
+ Misses         594      581      -13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jonathan343 jonathan343 merged commit 3aef34e into boto:develop May 9, 2026
48 checks passed
@nateprewitt nateprewitt deleted the free_threading branch May 10, 2026 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants