mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-03-16 21:30:24 +00:00
python3.10 django 4
This commit is contained in:
parent
5431ef2d51
commit
8ed8c0153c
2 changed files with 3 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
strategy:
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8, 3.9]
|
||||
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -3,12 +3,14 @@ envlist =
|
|||
flake8,
|
||||
py{36,37,38,39}-django{22,30,31,32},
|
||||
py{38,39}-django40,
|
||||
py310-django{32,40},
|
||||
gettext,
|
||||
docs
|
||||
|
||||
|
||||
[gh-actions]
|
||||
python =
|
||||
3.10: py310-django32, py310-django40
|
||||
3.9: py39-django22, py39-django30, py39-django31, py39-django32, py39-django40
|
||||
3.8: py38-django22, py38-django30, py38-django31, py38-django32, py38-django40
|
||||
3.7: py37-django22, py37-django30, py37-django31, py37-django32, flake8
|
||||
|
|
|
|||
Loading…
Reference in a new issue