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'