Skip to content

Commit 5ce5010

Browse files
authored
Add .python-version with 3.11 as ninja build fails with higher versions (#7103)
1 parent e050527 commit 5ce5010

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.python-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.11

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Happy hacking!
1616
1717
- [NodeJS v18](https://nodejs.org/)
1818
- C compiler toolchain (usually installed with `xcode` on Mac)
19+
- Python <= 3.11 (required to build ninja)
1920
- Rust toolchain (required to build rewatch; follow the instructions at https://www.rust-lang.org/tools/install)
2021
- `opam` (OCaml Package Manager) v2.2.0
2122
- VSCode (+ [OCaml Platform Extension](https://marketplace.visualstudio.com/items?itemName=ocamllabs.ocaml-platform))

0 commit comments

Comments
 (0)