docs(getting-started): add 3.15 to nox example to match new test matrix#1193
Open
r266-tech wants to merge 3 commits into
Open
docs(getting-started): add 3.15 to nox example to match new test matrix#1193r266-tech wants to merge 3 commits into
r266-tech wants to merge 3 commits into
Conversation
Contributor
|
That is a long description for a two line change! |
henryiii
approved these changes
May 23, 2026
50e1465 to
f6d2ec9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds the two new
3.15rows thatnox -s testsnow prints, so the example output indocs/development/getting-started.rstmatches the actual test matrix after #1190 added Python 3.15 (CPython and free-threaded) topyproject.tomlclassifiers andnoxfile.py.Net diff:
+2 / -0.Related Issue
Follow-up to #1190 (added 3.15 + 3.15t to test matrix, nox sessions, and classifiers). Same form as the merged #1184 nox example sync.
Type of Change
Changes Made
docs/development/getting-started.rst: inserttests-3.15: successbetweentests-3.14andtests-3.13t, andtests-3.15t: successaftertests-3.14t, matching the order innoxfile.py(*PYTHON_VERSIONS, "3.13t", "3.14t", "3.15t", "pypy3.9", ...).How to Test
Read-only docs sync; no test changes. The rendered output now mirrors what
nox -s testswill print on a machine with 3.9–3.15 + 3.13t/3.14t/3.15t installed.Checklist
Code