Skip to content

Commit

Permalink
mdtraj currently not on 3.12 for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Feb 12, 2024
1 parent 3ced222 commit 5dbf649
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ jobs:
matrix:
os: [macOS-latest, ubuntu-latest]
python-version: ["3.10", "3.11", "3.12"]
exclude:
# mdtraj currently doesn't support MacOS py3.12
- os: "macOS-latest"
python-version: "3.12"


steps:
Expand Down

0 comments on commit 5dbf649

Please sign in to comment.