You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
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
+
56
64
### Developing the recommended tooling pages
57
65
58
66
Pages all live in the `docs/pages` sub-directory, and are written in markdown.
0 commit comments