remove py 3.10 for now
This commit is contained in:
2
.github/workflows/python-test.yml
vendored
2
.github/workflows/python-test.yml
vendored
@ -70,8 +70,6 @@ jobs:
|
||||
tox_env: py39-dj32-wt215
|
||||
- python-version: 3.9
|
||||
tox_env: py39-dj32-wt216
|
||||
- python-version: "3.10"
|
||||
tox_env: py310-dj32-wt216
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
4
tox.ini
4
tox.ini
@ -4,21 +4,19 @@ envlist =
|
||||
py{37,38}-dj{22}-wt{211,212,213}
|
||||
py{37,38,39}-dj{30,31}-wt{211,212,213}
|
||||
py{37,38,39}-dj{30,31,32}-wt{214,215}
|
||||
py{37,38,39,310}-dj{30,31,32}-wt{215,216}
|
||||
py{39}-dj{32}-wt{216}
|
||||
|
||||
[gh-actions]
|
||||
python =
|
||||
3.7: py37
|
||||
3.8: py38
|
||||
3.9: py39
|
||||
"3.10": py310
|
||||
|
||||
[testenv]
|
||||
basepython =
|
||||
py37: python3.7
|
||||
py38: python3.8
|
||||
py39: python3.9
|
||||
py310: python3.10
|
||||
commands = coverage run --parallel -m pytest -rs {posargs}
|
||||
extras = test
|
||||
deps =
|
||||
|
Reference in New Issue
Block a user