Skip to content

Commit

Permalink
Exclude DRF 3.13 & Django 4.2 CI combination
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Jun 11, 2023
1 parent 1724af9 commit d74835a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
django-version: ['3.2', '4.0', '4.1', '4.2']
drf-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
exclude:
# DRF 3.13 is not compatible with Django 4.2.
- django-version: '4.2'
drf-version: '3.13'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d74835a

Please sign in to comment.