Skip to content

Commit

Permalink
updated exclud for mda-dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Nov 18, 2024
1 parent e4a1ea9 commit d6e6276
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/setup-python@v5.3.0
with:
python-version: "3.11"
python-version: "3.13"

- id: get-compatible-python
uses: MDAnalysis/mdanalysis-compatible-python@main
Expand All @@ -51,6 +51,8 @@ jobs:
exclude:
- python-version: "3.9"
mdanalysis-version: "latest"
- python-version: "<=3.12"
mdanalysis-version: "develop"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d6e6276

Please sign in to comment.