From 9657f0f9ec178e16c0bc554f93a7882a7a45c49e Mon Sep 17 00:00:00 2001 From: maxime Date: Wed, 2 Aug 2023 10:57:33 +0200 Subject: [PATCH] [ci-cd] add python 3.11 to testing releases --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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