Skip to content

Commit

Permalink
Document that we conform to SPEC0 version support.
Browse files Browse the repository at this point in the history
(Finally) closes #362 as per the definition of done in David's last comment.
  • Loading branch information
samcunliffe authored Nov 6, 2024
1 parent 85b0b29 commit ef8acd8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ cookiecutter /path/to/your/checkout/of/python-tooling --checkout <branch-name>
You can omit the `--checkout` option if you're already on the
branch you want to test.


#### Python version support

[![SPEC 0 — Minimum Supported Dependencies](https://img.shields.io/badge/SPEC-0-green?labelColor=%23004811&color=%235CA038)](https://scientific-python.org/specs/spec-0000/)

We follow Scientific Python's [SPEC0](https://scientific-python.org/specs/spec-0000/) policy.
Notably this means our template will support [Python versions for three years after their release](https://scientific-python.org/specs/spec-0000/#support-window), and changes to the template are equired to pass tests in all such python versions.
(See [the CI checks](./.github/workflows/test.yml) for precise details.)


### Developing the recommended tooling pages

Pages all live in the `docs/pages` sub-directory, and are written in markdown.
Expand Down

0 comments on commit ef8acd8

Please sign in to comment.