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