From db00174cb7fa348c662ae3bf10bb3d1010f73522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20=E2=9D=84?= Date: Thu, 12 Sep 2024 23:02:53 -0400 Subject: [PATCH] Tests: Hold back Ubuntu and macOS (try supporting Python 3.6) --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c27461a..946ef57 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -26,7 +26,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-20.04, macos-13, windows-latest] python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] no-coverage: [0] include: