mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
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:
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user