Skip to content
Snippets Groups Projects

Update python Docker tag to v3.12

Open Ghost User requested to merge renovate/python-3.x into main
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
3
@@ -22,7 +22,7 @@ stages:
- Dockerfile
run_test_cases:
image: python:3.9
image: python:3.12
stage: test
before_script:
- *install_requirements
@@ -35,7 +35,7 @@ run_test_cases:
junit: report.xml
check_coverage:
image: python:3.9
image: python:3.12
stage: test
needs: ["run_test_cases"]
before_script:
@@ -51,7 +51,7 @@ check_coverage:
path: coverage.xml
check_style:
image: python:3.9
image: python:3.12
stage: test
needs: ["run_test_cases"]
before_script:
Loading