Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop python 3.9 from CI and add 3.12
Browse files Browse the repository at this point in the history
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
@@ -20,7 +20,7 @@ concurrency:

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

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

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

0 comments on commit e1d9459

Please sign in to comment.