Skip to content
Snippets Groups Projects
Commit b9ec2d6d authored by Anders Harrisson's avatar Anders Harrisson
Browse files

Use python:3.11 in GitLab CI pipeline jobs

parent 3641a68e
No related branches found
No related tags found
No related merge requests found
Pipeline #201569 passed
...@@ -12,7 +12,7 @@ default: ...@@ -12,7 +12,7 @@ default:
build-package: build-package:
stage: build stage: build
image: python:3 image: python:3.11
before_script: before_script:
- python -m pip install build --user - python -m pip install build --user
script: script:
...@@ -24,7 +24,7 @@ build-package: ...@@ -24,7 +24,7 @@ build-package:
test: test:
stage: test stage: test
image: python:3 image: python:3.11
services: services:
- name: redis - name: redis
variables: variables:
...@@ -46,7 +46,7 @@ test: ...@@ -46,7 +46,7 @@ test:
release-package: release-package:
stage: release stage: release
image: python:3 image: python:3.11
before_script: before_script:
- python -m pip install twine --user - python -m pip install twine --user
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment