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 7a729d1 commit a272335Copy full SHA for a272335
1 file changed
.github/workflows/python.yml
@@ -162,7 +162,7 @@ jobs:
162
matrix:
163
os:
164
- ubuntu-latest
165
- - macos-13 # macos-latest might be incompatible to py38 - see https://github.com/CycloneDX/cyclonedx-python-lib/pull/599#issuecomment-2077462142
+ - macos-latest
166
- windows-latest
167
python-version:
168
- "3.13" # highest supported
@@ -171,6 +171,13 @@ jobs:
171
- "3.10"
172
- "3.9"
173
- "3.8" # lowest supported -- handled in include
174
+ exclude:
175
+ - # macos-latest might be incompatible to py38 - see https://github.com/CycloneDX/cyclonedx-python-lib/pull/599#issuecomment-2077462142
176
+ os: macos-latest
177
+ python-version: "3.8"
178
+ include:
179
+ os: macos-13
180
181
steps:
182
- name: Checkout
183
# see https://github.com/actions/checkout
0 commit comments