diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5478c5bafd295204cf95f142969480e71dd4330..da700ab0f0eb3c69f114d2757af7dcebdbb1429b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -119,6 +119,11 @@ tests:3.10: variables: PYTHON_VERSION: "3.10" +tests:3.11: + extends: .tests + variables: + PYTHON_VERSION: "3.11" + release: stage: release script: