mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-28 08:48:19 +00:00
code review updates
This commit is contained in:
parent
2cf8d0afae
commit
26a435e76e
2 changed files with 8 additions and 2 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -46,6 +46,12 @@ jobs:
|
|||
django-version: '4.1'
|
||||
- python-version: '3.7'
|
||||
django-version: 'main'
|
||||
# Exclude Python 3.11 for Django 3.2 and Django 4.0
|
||||
- python-version: '3.11'
|
||||
django-version: '3.2'
|
||||
- python-version: '3.11'
|
||||
django-version: '4.0'
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ DJANGO_SETTINGS_MODULE = "tests.settings"
|
|||
legacy_tox_ini = """
|
||||
[tox]
|
||||
envlist =
|
||||
py{37,38,39,310,311,py38}-dj32
|
||||
py{38,39,310,311,py38}-dj40
|
||||
py{37,38,39,310,py38}-dj32
|
||||
py{38,39,310,py38}-dj40
|
||||
py{38,39,310,311,py38}-dj41
|
||||
py{38,39,310,311,py38}-djmain
|
||||
py310-djqa
|
||||
|
|
|
|||
Loading…
Reference in a new issue