Skip to content

Commit

Permalink
Update gh-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fiona-naughton authored Nov 11, 2024
1 parent 02ee498 commit 0d6b8c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
mdanalysis-version: ["latest", "develop"]
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
exclude:
# Entries here exclude particular combinations of the matrix
# Edit or remove as particular combinations come into or out of date
# Below we exclude runs with the latest release and Python 3.12
- mdanalysis-version: "latest"
python-version: "3.12"
python-version: "3.13"

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

0 comments on commit 0d6b8c5

Please sign in to comment.