mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Pin pypy-3.8 version to fix SQLite error in CI.
This commit is contained in:
parent
e4e88e01a3
commit
60e4b5c6fc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
fail-fast: false
|
||||
max-parallel: 5
|
||||
matrix:
|
||||
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.8']
|
||||
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.8-v7.3.7']
|
||||
django-version: ['3.2', '4.0', 'main']
|
||||
include:
|
||||
# Tox configuration for QA environment
|
||||
|
|
|
|||
Loading…
Reference in a new issue