mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Exclude running test for Python3.7 and Django main.
This commit is contained in:
parent
24f073e188
commit
9d39184179
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -30,9 +30,11 @@ jobs:
|
|||
django-version: 'main'
|
||||
experimental: true
|
||||
exclude:
|
||||
# Exclude Django 4.0 for Python 3.7
|
||||
# Exclude Python 3.7 for Django 4.0 and Django main
|
||||
- python-version: '3.7'
|
||||
django-version: '4.0'
|
||||
- python-version: '3.7'
|
||||
django-version: 'main'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue