diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 7015e228..52f77613 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -162,7 +162,7 @@ jobs: matrix: os: - ubuntu-latest - - macos-13 # macos-latest might be incompatible to py38 - see https://github.com/CycloneDX/cyclonedx-python-lib/pull/599#issuecomment-2077462142 + - macos-latest - windows-latest python-version: - "3.13" # highest supported @@ -170,6 +170,16 @@ jobs: - "3.11" - "3.10" - "3.9" # lowest supported -- handled in include + exclude: + - os: macos-latest + python-version: "3.10" + - os: macos-latest + python-version: "3.9" + include: + - os: macos-13 + python-version: "3.10" + - os: macos-13 + python-version: "3.9" steps: - name: Checkout # see https://github.com/actions/checkout