Skip to content

Conversation

@VeckoTheGecko
Copy link
Contributor

Fixes #2429

We had a GitHub actions workflow (adopted from xarray) to check that our minimum supported versions were according to SPEC 0.

This PR simplifies that workflow:

uv run --with 'minimum-dependency-versions @ git+https://github.com/xarray-contrib/[email protected]'\
          python -m minimum_versions validate\
          --policy=.github/ci/policy.yaml\
          --manifest-path=pixi.toml\
          pixi:test-minimum

Other changes:

  • Update minimum version pins to align policy

@VeckoTheGecko VeckoTheGecko merged commit b6eecd3 into Parcels-code:v4-dev Dec 12, 2025
9 of 10 checks passed
@github-project-automation github-project-automation bot moved this from Backlog to Done in Parcels development Dec 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Improve min version policy workflow

2 participants