Skip to content

Commit

Permalink
Disable CI testing with Django 2.2 and 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Jan 23, 2023
1 parent ac8a02f commit 7ebd9db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,8 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
django-version: ['3.2', '4.0']
django-version: ['4.0']
include:
- python-version: '3.7'
django-version: '2.2'
- python-version: '3.11'
django-version: '4.1'
steps:
Expand Down

0 comments on commit 7ebd9db

Please sign in to comment.