mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Fix Python QA version
3.10 is used for QA runs in tox configuration
This commit is contained in:
parent
4490013111
commit
67189a48c9
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
django-version: ['3.2', '4.0', 'main']
|
||||
include:
|
||||
# Tox configuration for QA environment
|
||||
- python-version: '3.8'
|
||||
- python-version: '3.10'
|
||||
django-version: 'qa'
|
||||
# Django main
|
||||
- python-version: '3.8'
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ envlist =
|
|||
py{37,38,39,310,py3}-dj32
|
||||
py{38,39,310,py3}-dj40
|
||||
py{38,39,310}-djmain
|
||||
py38-djqa
|
||||
py310-djqa
|
||||
|
||||
[gh-actions]
|
||||
python =
|
||||
|
|
|
|||
Loading…
Reference in a new issue