Skip to content

feat: Enable Python 3.14 in CI and reduce destinations#2489

Open
trygveu wants to merge 2 commits intomasterfrom
trig/enable-ci-python-3-14
Open

feat: Enable Python 3.14 in CI and reduce destinations#2489
trygveu wants to merge 2 commits intomasterfrom
trig/enable-ci-python-3-14

Conversation

@trygveu
Copy link
Contributor

@trygveu trygveu commented Feb 23, 2026

Python 3.14 is stable and should be part of our CI.

@trygveu trygveu requested review from a team as code owners February 23, 2026 14:11
@gemini-code-assist
Copy link
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@trygveu trygveu changed the title feat: Enable Python 3.14 in CI tests. feat: Enable Python 3.14 in CI and reduce destinations Feb 23, 2026
@trygveu trygveu force-pushed the trig/enable-ci-python-3-14 branch from 6f37ff6 to a705702 Compare February 23, 2026 14:29
@haakonvt
Copy link
Contributor

This requires corresponding changes in the Terraform repo to make 3.14 Required checks


def test_month_aligner_ceil__invalid_date(self) -> None:
with pytest.raises(ValueError, match=r"^day is out of range for month$"):
with pytest.raises(ValueError, match=r"day.+range"):
Copy link
Contributor

Choose a reason for hiding this comment

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

Why these two random changes?

@codecov
Copy link

codecov bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.85%. Comparing base (3db85d7) to head (a705702).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2489   +/-   ##
=======================================
  Coverage   48.84%   48.85%           
=======================================
  Files         191      191           
  Lines       26162    26162           
=======================================
+ Hits        12780    12782    +2     
+ Misses      13382    13380    -2     

see 4 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

2 participants