diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 73a2de6b..5ec0b1b6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,7 +53,6 @@ cookiecutter /path/to/your/checkout/of/python-tooling --checkout 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/) @@ -62,7 +61,6 @@ We follow Scientific Python's [SPEC0](https://scientific-python.org/specs/spec-0 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.