summaryrefslogtreecommitdiff
path: root/.github/workflows/python_matrix.yml
AgeCommit message (Collapse)Author
2025-11-26[4.2.x] Added timeout-minutes directive to all GitHub Actions workflows.Natalia
GitHub Actions defaults to a 360-minute (6-hour) timeout. We've had jobs hang due to issues in the parallel test runner, causing them to run for the full 6 hours. This wastes resources and negatively impacts CI availability, so explicit timeouts have been added to prevent long-running hangs. Backport of e48527f91d341c85a652499a5baaf725d36ae54f from main.
2025-11-21[4.2.x] Applied auto-fixes from zizmor findings.Jacob Walls
Backport of e8958c4690faef27b6715524ecb5c49c3ecb6a09 from main.
2025-05-05[4.2.x] Adjusted GitHub Action workflow to test Python versions based off ↵Natalia
pyproject.toml.
2024-10-09[4.2.x] Added GitHub Action workflow to test all Python versions listed in ↵nessita
the project config file. Backport of 470f4c2436e00873a31673a5992c5260b2de4e97 from main.