diff --git a/strategy.json b/strategy.json new file mode 100644 index 0000000..5d24c22 --- /dev/null +++ b/strategy.json @@ -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" + } + ] + } +}