Skip to content

Commit

Permalink
drop Django 2.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Jul 29, 2024
1 parent 22a013d commit bb59b77
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
DJANGO_VERSION: ['2.2.*', '3.0.*', '3.1.*', '3.2.*', '4.0.*', '4.1.*', '4.2.*', '5.0.*', '5.1.*']
DJANGO_VERSION: ['3.0.*', '3.1.*', '3.2.*', '4.0.*', '4.1.*', '4.2.*', '5.0.*', '5.1.*']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
- DJANGO_VERSION: '5.1.*'
Expand Down Expand Up @@ -73,13 +73,6 @@ jobs:
- DJANGO_VERSION: '3.0.*'
python-version: '3.10'

- DJANGO_VERSION: '2.2.*'
python-version: '3.12'
- DJANGO_VERSION: '2.2.*'
python-version: '3.11'
- DJANGO_VERSION: '2.2.*'
python-version: '3.10'

fail-fast: false

services:
Expand Down

0 comments on commit bb59b77

Please sign in to comment.