Skip to content

chore(deps): update python docker tag to v3.14 #107

chore(deps): update python docker tag to v3.14

chore(deps): update python docker tag to v3.14 #107

Workflow file for this run

name: Main
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
backend-ci:
uses: DCC-BS/ci-workflows/.github/workflows/python-backend-ci.yml@v4
with:
python_versions: '["3.10","3.11","3.12","3.13"]'
quality_python_version: "3.12"
check_command: "make check"