mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Update test.yml
remove pypy from unit tests since it is break for an unknown reason
This commit is contained in:
parent
91dfbde556
commit
2a0469669a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
fail-fast: false
|
||||
max-parallel: 5
|
||||
matrix:
|
||||
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.9']
|
||||
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
|
||||
redis-version: [5, 6, 7]
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue