Skip to content

Fix pipx link and update CI version statement in CONTRIBUTING.md#1106

Open
NayerBasim wants to merge 1 commit intomalariagen:masterfrom
NayerBasim:GH1105-fix-contributing-docs-ci-statement
Open

Fix pipx link and update CI version statement in CONTRIBUTING.md#1106
NayerBasim wants to merge 1 commit intomalariagen:masterfrom
NayerBasim:GH1105-fix-contributing-docs-ci-statement

Conversation

@NayerBasim
Copy link

Fixes #1105

What changed

  • Corrected the pipx prerequisite link, which pointed to the Poetry homepage instead of the pipx docs
  • Updated the CI description in the review section to reflect the current test matrix

Why

CONTRIBUTING.md line 15 linked pipx to https://python-poetry.org/ (the Poetry site).
CONTRIBUTING.md line 233 said CI runs on "Python 3.10 with NumPy 1.26.4", but .github/workflows/tests.yml shows the matrix now tests Python 3.10, 3.11, and 3.12 with NumPy 2.0.2 and the latest allowed <2.1.

Both are contributor-facing, so stale information makes onboarding harder.

Testing

Documentation-only change. No code was modified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix contributor guide link and CI version details

1 participant