From 7b4d11533ec9132b87db83254edd0d8ee29a9222 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:47:02 -0500 Subject: [PATCH 1/2] chore(dev-deps): bump devcontainer python version base image to 3.13 --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 5c344fd30630..a94dbd05b551 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/vscode/devcontainers/python:3.11 +FROM mcr.microsoft.com/vscode/devcontainers/python:3.13 COPY --from=ghcr.io/astral-sh/uv:0.5.9 /uv /uvx /bin/ ARG USERNAME=vscode From 1aa221cbad7bfe4f3c5c6ae27ceb99ddfbbf42e8 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:47:24 -0500 Subject: [PATCH 2/2] docs(development): update tool matrices for accuracy --- docs/contribute/01_environment.qmd | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/docs/contribute/01_environment.qmd b/docs/contribute/01_environment.qmd index 6eb9eab375dd..af4612987eb3 100644 --- a/docs/contribute/01_environment.qmd +++ b/docs/contribute/01_environment.qmd @@ -24,7 +24,6 @@ architectures. | | Python 3.10 | Python 3.11 | Python 3.12 | | -----------------------------------------: | :--------------------------: | :--------------: | :--------------: | -| | | | | | **Linux** | {{< fa check >}}[^supported] | {{< fa check >}} | {{< fa check >}} | | **macOS (x86_64)** | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | | **macOS (aarch64)** | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | @@ -124,13 +123,13 @@ for manager, params in managers.items(): ### Support matrix -| | Python 3.10 | Python 3.11 | Python 3.12 | Python 3.13 | -| -----------------------: | :--------------------------: | :-----------------------: | :-----------------------: | :-----------------------: | -| **Linux (x86_64)** | {{< fa check >}}[^supported] | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | -| **Linux (arm64)** | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | -| **macOS (x86_64)** | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | -| **macOS (arm64/M1/M2)** | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | -| **Windows** | {{< fa ban >}}[^unlikely] | {{< fa ban >}}[^unlikely] | {{< fa ban >}}[^unlikely] | {{< fa ban >}}[^unlikely] | +| | Python 3.10 | Python 3.11 | Python 3.12 | Python 3.13 | +| -----------------------: | :--------------------------: | :----------------: | :----------------: | :----------------: | +| **Linux (x86_64)** | {{< fa check >}}[^supported] | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | +| **Linux (arm64)** | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | +| **macOS (x86_64)** | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | +| **macOS (arm64/M1/M2)** | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | +| **Windows** | {{< fa ban >}}[^unlikely] | {{< fa ban >}} | {{< fa ban >}} | {{< fa ban >}} | 1. [Install `nix`](https://nixos.org/download.html) 1. Configure `nix` @@ -185,13 +184,12 @@ for manager, params in managers.items(): ### Support matrix -| | Python 3.9 | Python 3.10 | Python 3.11 | -| -----------------------------------------: | :--------------------------: | :-----------------------: | :-----------------------: | -| | | | | -| **Linux** | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | -| **macOS (x86_64)** | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | -| **macOS (arm64/M1/M2)** | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | -| **Windows** | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | +| | Python 3.10 | Python 3.11 | Python 3.12 | Python 3.13 | +| ----------------------: | :----------------: | :----------------: | :----------------: | :----------------: | +| **Linux** | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | +| **macOS (x86_64)** | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | +| **macOS (arm64/M1/M2)** | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | +| **Windows** | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | {{< fa check >}} | 1. Git clone the project repository.