Test one Python version on PRs, matrix nightly - #6763
Open
qgallouedec wants to merge 3 commits into
Open
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Every PR ran the test suite on 3.10, 3.11, 3.12, 3.13 and 3.14 and historically this caught almost no version-specific failures. TRL is pure Python; the version-sensitive work happens in torch/transformers.
tests.yml.tests_python_versions.ymlruns 3.10/3.11/3.13/3.14 onmain, with Slack reporting andworkflow_dispatch(handy before cutting a release).Version-specific syntax regressions stay covered on PRs by ruff's
target-version = "py310".Note
Low Risk
Changes are limited to GitHub Actions configuration and do not affect library runtime behavior or release artifacts.
Overview
PR CI no longer runs the main GPU test job across Python 3.10–3.14; it runs 3.12 only (job renamed to “Tests with latest dependencies”), aligning with the other jobs in
tests.yml. Slack titles for several test jobs are shortened to drop redundant Python wording.Multi-version coverage moves to a new workflow
tests_python_versions.yml, which matrix-tests 3.10, 3.11, 3.13, and 3.14 on a daily cron (1:00 UTC) andworkflow_dispatch, with Slack reporting on every run. 3.12 is intentionally omitted there because PR/maintests.ymlalready covers it.Reviewed by Cursor Bugbot for commit 950e8a3. Bugbot is set up for automated code reviews on this repo. Configure here.