Skip to content

Commit

Permalink
Re-enable python3.7 in macos smoke-test
Browse files Browse the repository at this point in the history
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
  • Loading branch information
AyanSinhaMahapatra committed Jul 13, 2023
1 parent 1973afd commit bf69f32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/scancode-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,7 @@ jobs:
fail-fast: true
matrix:
os: [macos-11, macos-12]
# python 3.7 is temporarily removed from release scripts
# see https://github.com/nexB/scancode-toolkit/issues/3435
pyver: ["3.8", "3.9", "3.10", "3.11"]
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit bf69f32

Please sign in to comment.