Merge 'github: Reduce Python build matrix' from Pekka Enberg

Test with the earliest and latest supported versions, but skip the ones
in the middle to reduce our Python CI build matrix.

Closes #2724
This commit is contained in:
Pekka Enberg
2025-08-21 23:50:19 +03:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ jobs:
steps:
- id: gen-matrix
run: |
echo "python-versions=[\"3.9\",\"3.10\",\"3.11\",\"3.12\",\"3.13\"]" >> $GITHUB_OUTPUT
echo "python-versions=[\"3.9\",\"3.13\"]" >> $GITHUB_OUTPUT
test:
needs: configure-strategy