We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa97f6d commit 5c3785cCopy full SHA for 5c3785c
.github/workflows/python.yml
@@ -115,7 +115,10 @@ jobs:
115
strategy:
116
fail-fast: false
117
matrix:
118
- os: ['ubuntu-latest', 'windows-latest', 'macos-13']
+ os:
119
+ - ubuntu-latest
120
+ - macos-13 # macos-latest might be incompatible to py38 - see https://github.com/CycloneDX/cyclonedx-python-lib/pull/599#issuecomment-2077462142
121
+ - windows-latest
122
python-version:
123
- "3.13" # highest supported
124
- "3.12"
0 commit comments