Skip to content

Commit

Permalink
docs(development): update tool matrices for accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 16, 2024
1 parent 53e316d commit fb4e45d
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions docs/contribute/01_environment.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}} |
Expand Down Expand Up @@ -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`
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit fb4e45d

Please sign in to comment.