mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
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:
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