Skip to content

Commit

Permalink
Update CI to remove django 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed Jul 12, 2023
1 parent bf6d9a6 commit 9a332a0
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.7, 3.8, 3.9, "3.10", "3.11", "pypy3.9" ]
django: [ 32, 40, 41, 42]
python-version: [ 3.8, 3.9, "3.10", "3.11", "pypy3.9" ]
django: [ 32, 41, 42]
exclude:
- python-version: 3.7
django: 40
- python-version: 3.7
django: 41
- python-version: "3.11"
django: 32
- python-version: "3.11"
django: 40
- python-version: 3.7
django: 42

services:
postgres:
Expand Down

0 comments on commit 9a332a0

Please sign in to comment.