Skip to content

Commit f763e82

Browse files
Remove python3.7 in mac app release test
Reference: #3435 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 098348b commit f763e82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/scancode-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,9 @@ jobs:
368368
fail-fast: true
369369
matrix:
370370
os: [macos-11, macos-12]
371-
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
371+
# python 3.7 is temporarily removed from release scripts
372+
# see https://github.com/nexB/scancode-toolkit/issues/3435
373+
pyver: ["3.8", "3.9", "3.10", "3.11"]
372374

373375
steps:
374376
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)