summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-05-17 09:28:56 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-05-17 11:18:57 +0200
commita63c37dca134350a8260a1add89c33d6b0deb937 (patch)
tree309b7aa06ea3fae8740e27fa78ea05fd75901563 /SConstruct
parent5b341621e6cdcf0f3a37a432b7fef2fce1e1cf00 (diff)
downloadredot-engine-a63c37dca134350a8260a1add89c33d6b0deb937.tar.gz
SCons: Bump min version to 3.1.2, test it on CI with one Linux job
The min SCons version had to be bumped as SCons 3.0 before 3.0.3 seems broken (see #92043), and there's little gain from supporting 3.0.3-3.0.5. 3.1.2 is also the first version to avoid ambiguities between Python 2 and Python 3 usage, so we finally use it as the minimum baseline. Also test against Python 3.6 which is also our minimum supported version. This should help prevent regressions whenever we modernize the build scripts.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index c062f95bdb..c668ac7df3 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-EnsureSConsVersion(3, 0, 0)
+EnsureSConsVersion(3, 1, 2)
EnsurePythonVersion(3, 6)
# System