Skip to content
Snippets Groups Projects
Commit ed0ca7f3 authored by David Trattnig's avatar David Trattnig
Browse files

ci: update python version

parent 42080fef
No related branches found
No related tags found
1 merge request!35ORM-less scheduling
image: python:3.10 image: python:3.11
stages: stages:
- test - test
...@@ -92,7 +92,7 @@ release_job: ...@@ -92,7 +92,7 @@ release_job:
script: script:
- echo "this will be a release when there is a tag, but tags should be protected to be only createable by maintainers." - echo "this will be a release when there is a tag, but tags should be protected to be only createable by maintainers."
release: release:
name: 'Release $CI_COMMIT_TAG' name: "Release $CI_COMMIT_TAG"
description: ./CHANGELOG.md description: ./CHANGELOG.md
tag_name: '$CI_COMMIT_TAG' tag_name: "$CI_COMMIT_TAG"
ref: '$CI_COMMIT_TAG' ref: "$CI_COMMIT_TAG"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment