diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-10-15 10:24:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 10:24:41 +0200 |
commit | e2bfb27efb858c4a1314d314386531cbcdfcf335 (patch) | |
tree | 7930990470da8db5bc160767cbbb9caad17f51c1 /SConstruct | |
parent | 6990e10f3ec8a177a6d609618d984ffac9958401 (diff) | |
parent | f374edbeee469a9e9c34a1a877c6a353c7078473 (diff) |
Merge pull request #53829 from akien-mga/scons-py3.6
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index f952c4d0f6..ed57a66cb7 100644 --- a/SConstruct +++ b/SConstruct @@ -1,7 +1,7 @@ #!/usr/bin/env python EnsureSConsVersion(3, 0, 0) -EnsurePythonVersion(3, 5) +EnsurePythonVersion(3, 6) # System import atexit |