From 12ef2cd6955b8b9079be8648b8db1cfce7c1e579 Mon Sep 17 00:00:00 2001 From: Ezeudoh Tochukwu Date: Sat, 9 Dec 2023 07:38:14 +0100 Subject: [PATCH] fixing ci tests --- .github/workflows/test_full.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_full.yml b/.github/workflows/test_full.yml index afcf20a9..ce7226ac 100644 --- a/.github/workflows/test_full.yml +++ b/.github/workflows/test_full.yml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] - django-version: ['<3.0', '<3.1', '<3.2', '<3.3', '<4.1', '<4.2', '<5.1'] + python-version: [ 3.8', '3.9', '3.10', '3.11', '3.12' ] + django-version: [ '<3.2', '<3.3', '<4.2', '<4.3', '<5.1' ] exclude: - python-version: '3.8' django-version: '<5.1' @@ -21,6 +21,7 @@ jobs: - python-version: '3.12' django-version: '<3.2' - python-version: '3.12' + django-version: '<3.3' steps: - uses: actions/checkout@v4 - name: Set up Python