Skip to content

Commit

Permalink
Switch to miniforge, bump to py3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Nov 11, 2024
1 parent 3016bec commit b53dac4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
mdanalysis-version: ["latest", "develop"]
# Manually exclude any combinations of the test matrix that can't be run
exclude:
# The latest release of MDAnalysis only supports up to Python 3.11
# so we exclude 3.12 from the test matrix (issue #20)
- python-version: "3.12"
- python-version: "3.13"
mdanalysis-version: "latest"

steps:
Expand All @@ -55,11 +55,9 @@ jobs:
python-version: ${{ matrix.python-version }}
environment-file: devtools/conda-envs/test_env.yaml
add-pip-as-python-dependency: true

miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
channels: conda-forge, defaults

activate-environment: pathsimanalysis-test
auto-update-conda: true
auto-activate-base: false
Expand Down

0 comments on commit b53dac4

Please sign in to comment.