Skip to content

Commit

Permalink
drop django 4.0 test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajslater committed Feb 7, 2022
1 parent e7bd12e commit 18081c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -41,14 +41,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.9']
python-version: ['3.7', '3.9', '3.10']
django-version: ['2.2', '3.1', '3.2']
xapian-version: ['1.4.18']
filelock-version: ['3.4.2']
include:
# Django added python 3.10 support in 3.2.9
- python-version: '3.10'
django-version: '4.0'
django-version: '3.2'
xapian-version: '1.4.18'
filelock-version: '3.4.2'

Expand Down

0 comments on commit 18081c5

Please sign in to comment.