Fix CI supported versions

This commit is contained in:
Andrew-Chen-Wang 2023-04-04 15:30:23 -04:00
parent 1d0a06a9ab
commit b2d9de2997

View file

@ -6,6 +6,10 @@ on:
pull_request: pull_request:
branches: [ master ] branches: [ master ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -15,6 +19,10 @@ jobs:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
django-version: ['3.2', '4.1', '4.2'] django-version: ['3.2', '4.1', '4.2']
exclude: exclude:
- python-version: '3.11'
django-version: '3.2'
- python-version: '3.11'
django-version: '4.1'
- python-version: '3.7' - python-version: '3.7'
django-version: '4.1' django-version: '4.1'
- python-version: '3.7' - python-version: '3.7'