diff --git a/.github/workflows/all-pr-checks.yml b/.github/workflows/all-pr-checks.yml index 6e2661e43..147c17737 100644 --- a/.github/workflows/all-pr-checks.yml +++ b/.github/workflows/all-pr-checks.yml @@ -32,9 +32,9 @@ jobs: with: target_path: ${{ matrix.package }} # Choice of Python versions to run against: - # * 3.9: the oldest supported version # * 3.11: the latest officially supported version. Used in CE images. - python_versions: '["3.9", "3.11"]' + # * 3.9: the oldest supported version + python_versions: '["3.11", "3.9"]' style: # call the reusable workflow for the packages that changed needs: changes