There was an error while loading. Please reload this page.
1 parent ee98790 commit 6a8e544Copy full SHA for 6a8e544
1 file changed
references/commands.md
@@ -64,6 +64,7 @@ find . -name __pycache__ -type d -prune -exec rm -rf {} +
64
65
## CI matrix
66
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`.
+`test.yml` runs the test + lint steps across a Python version matrix defined in that workflow. Check
+`pyproject.toml`'s `python` constraint for the supported range before using any version-dependent
+syntax or stdlib feature — anything newer than the floor breaks the lowest leg. See
70
+`references/pitfalls.md`.
0 commit comments