From f6d2ec9f07c648d7d477a2cf5d1ebbd52e87363d Mon Sep 17 00:00:00 2001 From: r266-tech Date: Fri, 22 May 2026 00:13:42 +0800 Subject: [PATCH] docs(getting-started): add 3.15 to nox example to match new test matrix --- docs/development/getting-started.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst index 605ab3218..d3e25af8c 100644 --- a/docs/development/getting-started.rst +++ b/docs/development/getting-started.rst @@ -36,8 +36,10 @@ each supported Python version and run the tests. For example: nox > * tests-3.12: success nox > * tests-3.13: success nox > * tests-3.14: success + nox > * tests-3.15: success nox > * tests-3.13t: success nox > * tests-3.14t: success + nox > * tests-3.15t: success nox > * tests-pypy3.9: skipped nox > * tests-pypy3.10: skipped nox > * tests-pypy3.11: skipped