From 5b9355794f01d5b3d998a42fb9ed78e0e9dad2fe Mon Sep 17 00:00:00 2001 From: palewire Date: Sat, 27 Apr 2024 06:09:25 -0400 Subject: [PATCH] Exclude some versions --- .github/workflows/continuous-deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-deployment.yaml b/.github/workflows/continuous-deployment.yaml index 1a0376d..841f25b 100644 --- a/.github/workflows/continuous-deployment.yaml +++ b/.github/workflows/continuous-deployment.yaml @@ -26,6 +26,7 @@ jobs: matrix: python: ['3.8', '3.9', '3.10', '3.11'] django: ['2.2', '3.2', '4.2', '5.0'] + exclude: - python: '3.8' django: '5.0' - python: '3.9'