From 7468b267f3ff58cb729af66ca0801b7dbd72d9ee Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Wed, 16 Oct 2024 09:34:42 -0500 Subject: [PATCH] Pin to Ubuntu 22.04 until stdeb supports Python 3.12 (#34) --- strategy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strategy.json b/strategy.json index 909b560..db7645c 100644 --- a/strategy.json +++ b/strategy.json @@ -1,6 +1,6 @@ { "matrix": { - "os": ["macos-latest", "ubuntu-latest", "windows-latest"], + "os": ["macos-latest", "ubuntu-22.04", "windows-latest"], "python": ["3.8", "3.9", "3.10", "3.11", "3.12"], "include": [ { @@ -8,7 +8,7 @@ "python": "3.6" }, { - "os": "ubuntu-latest", + "os": "ubuntu-22.04", "stdeb-check": "1" } ]