Skip to content
Snippets Groups Projects
Verified Commit d3b6651b authored by Anton Tetov Johansson's avatar Anton Tetov Johansson
Browse files

remove py3.11 tests since not release yet, full tag names

parent fd49f769
No related branches found
No related tags found
No related merge requests found
Pipeline #1684 failed
......@@ -33,7 +33,7 @@ stages:
.quality-template: &quality
<<: *install-deps
image: python:3.9
image: python:3.9-slim-bullseye
stage: quality
allow_failure: true
......@@ -52,22 +52,18 @@ run-pre-commit:
python3.9:
<<: *test
image: python:3.9
image: python:3.9-slim-bullseye
python3.10:
<<: *test
image: python:3.10
python3.11:
<<: *test
image: python:3.11
image: python:3.10-slim-bullseye
# Publish jobs
publish:
<<: *install-deps
stage: publish
image: python:3.10
image: python:3.10-slim-bullseye
only:
- /^v(\d+\.)(\d+\.)(\d+)$/
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment