From ea05fc364e7b07d833a81cc583f7a51d366578e0 Mon Sep 17 00:00:00 2001 From: Richard Si Date: Sat, 12 Oct 2024 19:33:49 -0400 Subject: [PATCH] Update docs to reflect 3.13's inclusion in CI --- docs/html/development/ci.rst | 30 ++++++++++++++++++++++-------- docs/html/installation.md | 2 +- 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/docs/html/development/ci.rst b/docs/html/development/ci.rst index 2e950232fca..2356e804af4 100644 --- a/docs/html/development/ci.rst +++ b/docs/html/development/ci.rst @@ -23,6 +23,7 @@ pip support a variety of Python interpreters: - CPython 3.10 - CPython 3.11 - CPython 3.12 +- CPython 3.13 - Latest PyPy3 on different operating systems: @@ -35,8 +36,9 @@ and on different architectures: - x64 - x86 +- arm64 (macOS only) -so 42 hypothetical interpreters. +so 49 hypothetical interpreters. Checks @@ -99,6 +101,8 @@ Actual testing | | +-------+---------------+-----------------+ | | | CP3.12| | | | | +-------+---------------+-----------------+ +| | | CP3.13| | | +| | +-------+---------------+-----------------+ | | | PyPy3 | | | | Windows +----------+-------+---------------+-----------------+ | | x64 | CP3.8 | GitHub | GitHub | @@ -107,9 +111,11 @@ Actual testing | | +-------+---------------+-----------------+ | | | CP3.10| | | | | +-------+---------------+-----------------+ -| | | CP3.11| GitHub | GitHub | +| | | CP3.11| | | | | +-------+---------------+-----------------+ -| | | CP3.12| | | +| | | CP3.12| GitHub | GitHub | +| | +-------+---------------+-----------------+ +| | | CP3.13| GitHub | GitHub | | | +-------+---------------+-----------------+ | | | PyPy3 | | | +-----------+----------+-------+---------------+-----------------+ @@ -123,6 +129,8 @@ Actual testing | | +-------+---------------+-----------------+ | | | CP3.12| | | | | +-------+---------------+-----------------+ +| | | CP3.13| | | +| | +-------+---------------+-----------------+ | | | PyPy3 | | | | Linux +----------+-------+---------------+-----------------+ | | x64 | CP3.8 | GitHub | GitHub | @@ -135,17 +143,21 @@ Actual testing | | +-------+---------------+-----------------+ | | | CP3.12| GitHub | GitHub | | | +-------+---------------+-----------------+ +| | | CP3.13| GitHub | GitHub | +| | +-------+---------------+-----------------+ | | | PyPy3 | | | +-----------+----------+-------+---------------+-----------------+ -| | arm64 | CP3.8 | | | +| | arm64 | CP3.8 | GitHub | GitHub | | | +-------+---------------+-----------------+ -| | | CP3.9 | | | +| | | CP3.9 | GitHub | GitHub | | | +-------+---------------+-----------------+ -| | | CP3.10| | | +| | | CP3.10| GitHub | GitHub | | | +-------+---------------+-----------------+ -| | | CP3.11| | | +| | | CP3.11| GitHub | GitHub | | | +-------+---------------+-----------------+ -| | | CP3.12| | | +| | | CP3.12| GitHub | GitHub | +| | +-------+---------------+-----------------+ +| | | CP3.13| GitHub | GitHub | | | +-------+---------------+-----------------+ | | | PyPy3 | | | | macOS +----------+-------+---------------+-----------------+ @@ -159,5 +171,7 @@ Actual testing | | +-------+---------------+-----------------+ | | | CP3.12| GitHub | GitHub | | | +-------+---------------+-----------------+ +| | | CP3.13| GitHub | GitHub | +| | +-------+---------------+-----------------+ | | | PyPy3 | | | +-----------+----------+-------+---------------+-----------------+ diff --git a/docs/html/installation.md b/docs/html/installation.md index 80a09f39dba..ffc8199ddc2 100644 --- a/docs/html/installation.md +++ b/docs/html/installation.md @@ -126,7 +126,7 @@ $ pip install --upgrade pip The current version of pip works on: - Windows, Linux and macOS. -- CPython 3.8, 3.9, 3.10, 3.11, 3.12, and latest PyPy3. +- CPython 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, and latest PyPy3. pip is tested to work on the latest patch version of the Python interpreter, for each of the minor versions listed above. Previous patch versions are