mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00: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:
parent
ae8b1eb00d
commit
b5dafe2f07
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue