Skip to content

Commit 6a8e544

Browse files
committed
docs: point at pyproject.toml for the Python range instead of hardcoding the floor
1 parent ee98790 commit 6a8e544

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

references/commands.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ find . -name __pycache__ -type d -prune -exec rm -rf {} +
6464

6565
## CI matrix
6666

67-
`test.yml` runs the test + lint steps across a Python version matrix defined in that workflow, with
68-
`>=3.9` as the floor (`pyproject.toml`). Anything that depends on a 3.10+ syntax or stdlib feature
69-
breaks the lowest leg — see `references/pitfalls.md`.
67+
`test.yml` runs the test + lint steps across a Python version matrix defined in that workflow. Check
68+
`pyproject.toml`'s `python` constraint for the supported range before using any version-dependent
69+
syntax or stdlib feature — anything newer than the floor breaks the lowest leg. See
70+
`references/pitfalls.md`.

0 commit comments

Comments
 (0)