mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
ci: exclude Python 3.13 for Django 4.2
This commit is contained in:
parent
133f19b2f5
commit
682e4261c9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -23,6 +23,8 @@ jobs:
|
|||
django-version: 'main'
|
||||
experimental: true
|
||||
exclude:
|
||||
- python-version: '3.13'
|
||||
django-version: '4.2'
|
||||
- python-version: '3.9'
|
||||
django-version: '5.0'
|
||||
- python-version: '3.13'
|
||||
|
|
|
|||
Loading…
Reference in a new issue