Skip to content

Commit

Permalink
Format documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann authored Oct 16, 2024
1 parent 69274e1 commit babc2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/maintenance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ When adding support for a new Python version or removing support for an old one,

1. ``.github/workflows/tests.yml``: Add or remove the Python version from the test matrix.
2. ``tox.ini``: Update the ``envlist`` to include or remove the Python version.
3. `pyproject.toml`: Update the `requires-python` line and the `classifiers` list.
3. ``pyproject.toml``: Update the ``requires-python`` line and the ``classifiers`` list.
4. `README.rst`: Update the compatibility information.
5. `docs/maintenance.rst`: Update this list if any new files need to be modified.

Expand Down

0 comments on commit babc2d4

Please sign in to comment.