mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
add 3.10 to strategy matrix and py310 to tox.ini
This commit is contained in:
parent
8f4f24f88c
commit
51f8118d65
2 changed files with 4 additions and 2 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.6', '3.7', '3.8', '3.9']
|
||||
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
|
|
|||
4
tox.ini
4
tox.ini
|
|
@ -1,7 +1,8 @@
|
|||
[tox]
|
||||
envlist =
|
||||
py{36,37,38,39}-dj{22,31,32}
|
||||
py{38,39}-djmain
|
||||
py310-dj{31,32}
|
||||
py{38,39,310}-djmain
|
||||
flake8
|
||||
isort
|
||||
|
||||
|
|
@ -11,6 +12,7 @@ python =
|
|||
3.7: py37
|
||||
3.8: py38, flake8, isort
|
||||
3.9: py39
|
||||
3.10: py310
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Reference in a new issue