github: Reduce Python build matrix

Test with the earliest and latest supported versions, but skip the ones
in the middle to reduce our Python CI build matrix.
This commit is contained in:
Pekka Enberg
2025-08-21 22:50:51 +03:00
parent ae8b1eb00d
commit b5dafe2f07

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