mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-11 11:11:53 +02:00
fix: add python 3.12 to ci pipeline
This commit is contained in:
@ -94,6 +94,12 @@ tests-3.11:
|
|||||||
stage: AdditionalTests
|
stage: AdditionalTests
|
||||||
image: $CI_DOCKER_REGISTRY/python:3.11
|
image: $CI_DOCKER_REGISTRY/python:3.11
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
tests-3.12:
|
||||||
|
extends: "tests-3.10"
|
||||||
|
stage: AdditionalTests
|
||||||
|
image: $CI_DOCKER_REGISTRY/python:3.12
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
semver:
|
semver:
|
||||||
stage: Deploy
|
stage: Deploy
|
||||||
|
Reference in New Issue
Block a user