[ci-cd] add python 3.11 to testing releases

This commit is contained in:
maxime 2023-08-02 10:57:33 +02:00
parent f646b4d663
commit 9657f0f9ec
1 changed files with 1 additions and 1 deletions

View File

@ -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