mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Add pypy 3.10 to the testing matrix
This commit is contained in:
parent
cad6dcb7f0
commit
2278975744
2 changed files with 3 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 5
|
max-parallel: 5
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
|
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
||||||
3
tox.ini
3
tox.ini
|
|
@ -7,7 +7,7 @@ envlist =
|
||||||
docs
|
docs
|
||||||
py{37,py37}-dj{32}
|
py{37,py37}-dj{32}
|
||||||
py{38,py38,39,py39}-dj{32,40,41,42}
|
py{38,py38,39,py39}-dj{32,40,41,42}
|
||||||
py{310}-dj{32,40,41,42,main}
|
py{310,py310}-dj{32,40,41,42,main}
|
||||||
py{311}-dj{41,42,main}
|
py{311}-dj{41,42,main}
|
||||||
|
|
||||||
[gh-actions]
|
[gh-actions]
|
||||||
|
|
@ -20,6 +20,7 @@ python =
|
||||||
pypy-3.7: pypy37
|
pypy-3.7: pypy37
|
||||||
pypy-3.8: pypy38
|
pypy-3.8: pypy38
|
||||||
pypy-3.9: pypy39
|
pypy-3.9: pypy39
|
||||||
|
pypy-3.10: pypy310
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = true
|
usedevelop = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue