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 9a5e6d8 commit 6ca7829Copy full SHA for 6ca7829
1 file changed
.github/workflows/python.yml
@@ -162,14 +162,24 @@ 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
169
- "3.12"
170
- "3.11"
171
- "3.10"
172
- "3.9" # lowest supported -- handled in include
173
+ exclude:
174
+ - os: macos-latest
175
+ python-version: "3.10"
176
177
+ python-version: "3.9"
178
+ include:
179
+ - os: macos-13
180
181
182
183
steps:
184
- name: Checkout
185
# see https://github.com/actions/checkout
0 commit comments