Skip to content

Commit

Permalink
Exclude py37 django 40
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesoutterside committed Dec 9, 2021
1 parent d8245d1 commit 0075db9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ jobs:
python-version: "3.8"
- run-web-tests: true
python-version: "3.9"
- python-version: "3.6"
django-version: "4.0"
- python-version: "3.7"
django-version: "4.0"
- python-version: "3.10"
django-version: "2.2"
- python-version: "3.10"
django-version: "3.1"
- python-version: "3.10"
django-version: "3.0"
- python-version: "3.6"
django-version: "4.0"
- python-version: "3.6"
django-version: "4.0"
- python-version: "3.10"
django-version: "3.1"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 0075db9

Please sign in to comment.