ci: splunk-sdk does not support python 3.12

https://github.com/splunk/splunk-sdk-python/issues/548
This commit is contained in:
Ming Di Leom 2023-11-11 04:44:07 +00:00
parent 444b92a837
commit 9b04a100db
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
image: python:slim
image: python:3.11-slim
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
@ -56,7 +56,8 @@ release_job:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: $CI_COMMIT_TAG # Run this job when a tag is created manually
# Run this job when a tag is created manually
- if: $CI_COMMIT_TAG
script:
- echo "Running the release job."
release: