mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Allow PyPy 3.8 test to fail for Django 4.1
Further information on https://foss.heptapod.net/pypy/pypy/-/issues/3751
This commit is contained in:
parent
ddb618c276
commit
b4c68154d0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -29,6 +29,9 @@ jobs:
|
|||
- python-version: '3.10'
|
||||
django-version: 'main'
|
||||
experimental: true
|
||||
- python-version: 'pypy-3.8'
|
||||
django-version: '4.1'
|
||||
experimental: true
|
||||
- python-version: 'pypy-3.8'
|
||||
django-version: 'main'
|
||||
experimental: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue