Skip to content

Commit

Permalink
drop python 3.9 from CI and add 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Oct 7, 2024
1 parent 02bd957 commit e1d9459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:

defaults:
run:
shell: bash -l {0}
shell: bash -leo pipefail {0}

jobs:
test:
Expand All @@ -31,9 +31,9 @@ jobs:
matrix:
os: ['ubuntu','macos']
python-version:
- "3.12"
- "3.11"
- "3.10"
- "3.9"

env:
OPENMM: ${{ matrix.cfg.openmm }}
Expand Down

0 comments on commit e1d9459

Please sign in to comment.