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))