diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4b4ad1..94a16c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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