Skip to content

Commit f34f422

Browse files
samcunliffepre-commit-ci[bot]dstansby
authored
Document that we conform to SPEC0 version support. (#487)
(Finally) closes - #362 as per the definition of done in @dstansby's last comment. Think this is fairly uncontroversial (the decision itself is already logged in #362). --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: David Stansby <[email protected]>
1 parent 85b0b29 commit f34f422

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ cookiecutter /path/to/your/checkout/of/python-tooling --checkout <branch-name>
5353
You can omit the `--checkout` option if you're already on the
5454
branch you want to test.
5555

56+
#### Python version support
57+
58+
[![SPEC 0 — Minimum Supported Dependencies](https://img.shields.io/badge/SPEC-0-green?labelColor=%23004811&color=%235CA038)](https://scientific-python.org/specs/spec-0000/)
59+
60+
We follow Scientific Python's [SPEC 0](https://scientific-python.org/specs/spec-0000/) policy.
61+
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 required to pass tests in all such python versions.
62+
(See [the CI checks](./.github/workflows/test.yml) for precise details.)
63+
5664
### Developing the recommended tooling pages
5765

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

0 commit comments

Comments
 (0)