Skip to content

chore(deps): update openjd-model requirement from <0.11,>=0.9 to >=0.9,<0.12 #454

chore(deps): update openjd-model requirement from <0.11,>=0.9 to >=0.9,<0.12

chore(deps): update openjd-model requirement from <0.11,>=0.9 to >=0.9,<0.12 #454

Workflow file for this run

name: Code Quality
on:
pull_request:
branches: [ mainline, release, 'patch_*' ]
workflow_call:
inputs:
branch:
required: false
type: string
tag:
required: false
type: string
jobs:
Test:
name: Python
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.9', '3.10', '3.11', '3.12']
uses: OpenJobDescription/.github/.github/workflows/reusable_python_build.yml@mainline
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
ref: ${{inputs.tag}}