From 6de577c71eae79e0b533352cb1566414f086f9e0 Mon Sep 17 00:00:00 2001 From: Ilias Bounsir <74919012+IBOCATA@users.noreply.github.com> Date: Thu, 5 Jan 2023 01:25:44 +0100 Subject: [PATCH] Update django.yml --- .github/workflows/django.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 57b85c5..af1c513 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -1,6 +1,5 @@ name: Django CI -on: push: branches: [ "main" ] pull_request: @@ -13,7 +12,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.10. 8] steps: - uses: actions/checkout@v3