You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #837, a ready pull request still runs every selected suite on all supported Python versions (3.10–3.14): 5 jobs for the PyAthena suite, plus 10 when the SQLAlchemy tests are selected. Most changes do not depend on the Python version, and version-specific regressions are rare.
Proposed change
On pull requests, run the AWS suites only on the newest supported Python version.
Use case
After #837, a ready pull request still runs every selected suite on all supported Python versions (3.10–3.14): 5 jobs for the PyAthena suite, plus 10 when the SQLAlchemy tests are selected. Most changes do not depend on the Python version, and version-specific regressions are rare.
Proposed change
.github/workflows/test-suite.yamlfor the Python versions, and lettest.yamlchoose the versions by event.gh workflow run test.yaml --ref <branch>(dispatch already runs every suite).docs/testing.md.Trade-off: a regression that only affects an older Python version is found by the weekly run or the pre-release run instead of on the pull request.
Validation plan (if implementing)