File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1171,23 +1171,6 @@ values that will be interpolated into both the `setup` and `code` strings.
11711171
11721172The 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
11931176See the [repo administration guide](https://github.com/tskit-dev/.github/blob/main/repo_administration.md)
You can’t perform that action at this time.
0 commit comments