File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -115,17 +115,31 @@ jobs:
115115 strategy :
116116 fail-fast : false
117117 matrix :
118- os : ['ubuntu-latest', 'windows-latest', 'macos-13']
118+ os :
119+ - ubuntu-latest
120+ - macos-latest
121+ - windows-latest
119122 python-version :
120123 - " 3.13" # highest supported
121124 - " 3.12"
122125 - " 3.11"
123126 - " 3.10"
124127 - " 3.9"
125- - " 3.8" # lowest supported
128+ - " 3.8" # lowest supported -- handled in include
126129 toxenv-factors :
127130 - ' -allExtras'
128131 - ' -noExtras'
132+ exclude :
133+ - # macos-latest might be incompatible to py38 - see https://github.com/CycloneDX/cyclonedx-python-lib/pull/599#issuecomment-2077462142
134+ os : macos-latest
135+ python-version : ' 3.8'
136+ include :
137+ - os : macos-13
138+ python-version : ' 3.8'
139+ toxenv-factors : ' -allExtras'
140+ - os : macos-13
141+ python-version : ' 3.8'
142+ toxenv-factors : ' -noExtras'
129143 steps :
130144 - name : Disabled Git auto EOL CRLF transforms
131145 run : |
You can’t perform that action at this time.
0 commit comments