Skip to content

Commit efab44f

Browse files
Remove section on Python version support
1 parent 0b606fa commit efab44f

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

docs/development.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,23 +1171,6 @@ values that will be interpolated into both the `setup` and `code` strings.
11711171

11721172
The suite can be run for all released versions with the `run-for-all-releases.py` script.
11731173

1174-
## Python version support
1175-
1176-
:::{todo}
1177-
Document Python version support policy (see
1178-
[issue #3381](https://github.com/tskit-dev/tskit/issues/3381))
1179-
:::
1180-
1181-
To add or remove support for a given Python version we need to update
1182-
the following files:
1183-
1184-
- ``.github/workflows/tests.yml`` — update the Python version matrix
1185-
(we run two versions: oldest and newest supported).
1186-
- ``.github/workflows/wheels.yml`` — the shared `build-wheels` workflow
1187-
picks up versions from the matrix in `pyproject.toml` classifiers.
1188-
- ``python/pyproject.toml`` — update `requires-python` and the
1189-
`Programming Language :: Python :: 3.x` classifiers.
1190-
11911174
## Releasing a new version
11921175

11931176
See the [repo administration guide](https://github.com/tskit-dev/.github/blob/main/repo_administration.md)

0 commit comments

Comments
 (0)