Skip to content

test: test compatible integrations with python 3.14; update pyproject#3001

Merged
anakin87 merged 3 commits intomainfrom
3-14-ok
Mar 20, 2026
Merged

test: test compatible integrations with python 3.14; update pyproject#3001
anakin87 merged 3 commits intomainfrom
3-14-ok

Conversation

@anakin87
Copy link
Copy Markdown
Member

@anakin87 anakin87 commented Mar 20, 2026

Related Issues

Proposed Changes:

These integrations are already compatible (tested in #2999)

  • test with 3.14 instead of 3.13
  • declare explicit compatibility in pyproject: this is just additional info, since we already declare requires-python>=3.10 (installers use this latter information)

How did you test it?

CI

Nvidia: fails due to #2838 and we only test it with 3.10 (to avoid rate limits). Tested with 3.14 in #2999: works with the same failing test unrelated to python version

Checklist

@anakin87 anakin87 marked this pull request as ready for review March 20, 2026 16:31
@anakin87 anakin87 requested a review from a team as a code owner March 20, 2026 16:31
@anakin87 anakin87 requested review from julian-risch and removed request for a team March 20, 2026 16:31
@anakin87 anakin87 self-assigned this Mar 20, 2026
Copy link
Copy Markdown
Member

@julian-risch julian-risch left a comment

Choose a reason for hiding this comment

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

Thanks! Looks good to me and good to see that there were no code changes needed for so many integrations.

@anakin87 anakin87 merged commit 0fde410 into main Mar 20, 2026
231 of 237 checks passed
@anakin87 anakin87 deleted the 3-14-ok branch March 20, 2026 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment