Skip to content

Commit dade95d

Browse files
committed
make python 3.6 the official minimum version
1 parent 93e209c commit dade95d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ endif()
12141214
# Find required dependencies.
12151215
#
12161216

1217-
find_package(Python3 COMPONENTS Interpreter REQUIRED)
1217+
find_package(Python3 3.6 COMPONENTS Interpreter REQUIRED)
12181218

12191219
#
12201220
# Find optional dependencies.

docs/HowToGuides/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ toolchain as a one-off, there are a couple of differences:
191191
### Spot check dependencies
192192

193193
* Run `cmake --version`; this should be at least 3.19.6 (3.24.2 if you want to use Xcode for editing on macOS).
194-
* Run `python3 --version`; check that this succeeds.
194+
* Run `python3 --version`; this should be at least 3.6.
195195
* Run `ninja --version`; check that this succeeds.
196196
* If you installed and want to use Sccache: Run `sccache --version`; check
197197
that this succeeds.

0 commit comments

Comments
 (0)