Skip to content

Commit

Permalink
removed py37 from mac (cause EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel committed Nov 28, 2023
1 parent 943108b commit ddddb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macWF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
variant: [ "" , "+allmodules" ]
# see https://github.community/t/how-to-conditionally-include-exclude-items-in-matrix-eg-based-on-branch/16853/6 for possible exclusions
env:
PYVERS: "py37 py38 py39 py310"
PYVERS: "py38 py39 py310"
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down

0 comments on commit ddddb18

Please sign in to comment.