File tree 1 file changed +22
-4
lines changed
1 file changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -117,17 +117,35 @@ jobs:
117
117
matrix :
118
118
os :
119
119
- ubuntu-latest
120
- - macos-13 # macos- latest might be incompatible to py310 - see https://github.com/CycloneDX/cyclonedx-python-lib/pull/599#issuecomment-2077462142
120
+ - macos-latest
121
121
- windows-latest
122
122
python-version :
123
123
- " 3.13" # highest supported
124
124
- " 3.12"
125
125
- " 3.11"
126
126
- " 3.10"
127
- - " 3.9" # lowest supported
127
+ - " 3.9" # lowest supported
128
128
toxenv-factors :
129
- - ' -allExtras'
130
- - ' -noExtras'
129
+ - " -allExtras"
130
+ - " -noExtras"
131
+ exclude :
132
+ - os : macos-latest
133
+ python-version : " 3.10"
134
+ - os : macos-latest
135
+ python-version : " 3.9"
136
+ include :
137
+ - os : macos-13
138
+ python-version : " 3.10"
139
+ toxenv-factors : " -allExtras"
140
+ - os : macos-13
141
+ python-version : " 3.10"
142
+ toxenv-factors : " -noExtras"
143
+ - os : macos-13
144
+ python-version : " 3.9"
145
+ toxenv-factors : " -allExtras"
146
+ - os : macos-13
147
+ python-version : " 3.9"
148
+ toxenv-factors : " -noExtras"
131
149
steps :
132
150
- name : Disabled Git auto EOL CRLF transforms
133
151
run : |
You can’t perform that action at this time.
0 commit comments