mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Remove Django 5.0 from supported versions
This commit is contained in:
parent
9bc11398f4
commit
a58344c3ef
1 changed files with 1 additions and 5 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
|
||||
django-version: ['4.2', '5.0', '5.1', '5.2']
|
||||
django-version: ['4.2', '5.1', '5.2']
|
||||
include:
|
||||
# Tox configuration for QA environment
|
||||
- python-version: '3.13'
|
||||
|
|
@ -25,10 +25,6 @@ jobs:
|
|||
exclude:
|
||||
- python-version: '3.13'
|
||||
django-version: '4.2'
|
||||
- python-version: '3.9'
|
||||
django-version: '5.0'
|
||||
- python-version: '3.13'
|
||||
django-version: '5.0'
|
||||
- python-version: '3.9'
|
||||
django-version: '5.1'
|
||||
- python-version: '3.9'
|
||||
|
|
|
|||
Loading…
Reference in a new issue