From 273edfb3d762786b526822ac912e5068400f647f Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Mon, 14 Oct 2024 08:23:08 +0200 Subject: [PATCH] Add .python-version with 3.11 as ninja build fails with higher versions --- .python-version | 1 + CONTRIBUTING.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 .python-version diff --git a/.python-version b/.python-version new file mode 100644 index 0000000000..2c0733315e --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.11 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eb53a52281..c67d9ce6fe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,6 +16,7 @@ Happy hacking! - [NodeJS v18](https://nodejs.org/) - C compiler toolchain (usually installed with `xcode` on Mac) +- Python <= 3.11 (required to build ninja) - Rust toolchain (required to build rewatch; follow the instructions at https://www.rust-lang.org/tools/install) - `opam` (OCaml Package Manager) v2.2.0 - VSCode (+ [OCaml Platform Extension](https://marketplace.visualstudio.com/items?itemName=ocamllabs.ocaml-platform))