Skip to content

Commit

Permalink
Merge pull request plumed#989 from Iximiel/CIpythonVersion
Browse files Browse the repository at this point in the history
Removed py37 and py38 from macports CI
  • Loading branch information
GiovanniBussi authored Nov 28, 2023
2 parents ee93ec2 + cc94d4f commit b5bc687
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: "py39 py310"
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down

0 comments on commit b5bc687

Please sign in to comment.