Skip to content

Commit

Permalink
Merge pull request #135 from dwhswenson/update-python-versions
Browse files Browse the repository at this point in the history
Update Python versions in CI
  • Loading branch information
dwhswenson authored Dec 20, 2024
2 parents d80d300 + d3297c9 commit a4225ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ jobs:
strategy:
matrix:
CONDA_PY:
- 3.9
- 3.8
- 3.7
- "3.13"
- "3.12"
- "3.11"
OS: ["ubuntu"]
MDTRAJ: ["mdtraj-release"]
INSTALL_WITH: ["pip"]
include:
- CONDA_PY: 3.9
- CONDA_PY: "3.13"
OS: "ubuntu"
MDTRAJ: "mdtraj-dev"
INSTALL_WITH: "pip"
- CONDA_PY: 3.9
- CONDA_PY: "3.13"
OS: "windows"
MDTRAJ: "mdtraj-release"
INSTALL_WITH: "conda"
- CONDA_PY: 3.7
- CONDA_PY: "3.11"
OS: "windows"
MDTRAJ: "mdtraj-release"
INSTALL_WITH: "conda"
Expand Down

0 comments on commit a4225ce

Please sign in to comment.