Skip to content

Commit

Permalink
ci: added custom strategy.json
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <esteve@apache.org>
  • Loading branch information
esteve committed Oct 16, 2024
1 parent 8b1a725 commit 233e079
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions strategy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"matrix": {
"os": ["macos-latest", "ubuntu-latest", "windows-latest"],
"python": ["3.8", "3.9", "3.10", "3.11", "3.12"],
"include": [
{
"os": "ubuntu-latest",
"stdeb-check": "1"
}
]
}
}

0 comments on commit 233e079

Please sign in to comment.