Skip to content

Commit bf69f32

Browse files
Re-enable python3.7 in macos smoke-test
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 1973afd commit bf69f32

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/scancode-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,7 @@ jobs:
368368
fail-fast: true
369369
matrix:
370370
os: [macos-11, macos-12]
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"]
371+
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
374372

375373
steps:
376374
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)