[ci-cd] add python 3.11 to testing releases
This commit is contained in:
parent
f646b4d663
commit
9657f0f9ec
|
@ -44,7 +44,7 @@ test:
|
|||
<<: *test
|
||||
parallel:
|
||||
matrix:
|
||||
- PYVERSION: ["3.8", "3.9", "3.10"]
|
||||
- PYVERSION: ["3.8", "3.9", "3.10", "3.11"]
|
||||
script:
|
||||
- pipenv run pytest --version
|
||||
- PYTHONPATH=./tests/ pipenv run coverage run --source halfapi -m pytest
|
||||
|
|
Loading…
Reference in New Issue