From 233e0792686662420d49bb149b588a669d6735ec Mon Sep 17 00:00:00 2001 From: Esteve Fernandez Date: Wed, 16 Oct 2024 12:46:37 +0200 Subject: [PATCH] ci: added custom strategy.json Signed-off-by: Esteve Fernandez --- strategy.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 strategy.json 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" + } + ] + } +}