diff options
| author | William Deegan <bill@baddogconsulting.com> | 2021-11-17 16:05:45 (GMT) |
|---|---|---|
| committer | William Deegan <bill@baddogconsulting.com> | 2021-11-17 16:05:45 (GMT) |
| commit | c2d1f09f615a9ef3fb5497a7e8e5ee2c900d21a7 (patch) | |
| tree | 0fed016f5aadd386ca46fd33ad5d1862fd5023e5 /SCons/Script | |
| parent | 559790274f66fa55251f5754de34820a29c7327a (diff) | |
| download | SCons-4.3.0.zip SCons-4.3.0.tar.gz SCons-4.3.0.tar.bz2 | |
4.3.0 updates4.3.0
Diffstat (limited to 'SCons/Script')
| -rw-r--r-- | SCons/Script/Main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Script/Main.py b/SCons/Script/Main.py index 9aaa289..1b17706 100644 --- a/SCons/Script/Main.py +++ b/SCons/Script/Main.py @@ -32,7 +32,7 @@ it goes here. """ # these define the range of versions SCons supports -unsupported_python_version = (3, 4, 0) +unsupported_python_version = (3, 5, 0) deprecated_python_version = (3, 6, 0) import SCons.compat |
