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:
Aleksi Häkli 2022-08-16 15:10:44 +03:00 committed by GitHub
parent ddb618c276
commit b4c68154d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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