mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
SCons: Bump minimum SCons & Python versions
SCons: 3.1.2 → 4.0 Python: 3.6 → 3.8
This commit is contained in:
@@ -409,8 +409,7 @@ def use_windows_spawn_fix(self, platform=None):
|
||||
"shell": False,
|
||||
"env": env,
|
||||
}
|
||||
if sys.version_info >= (3, 7, 0):
|
||||
popen_args["text"] = True
|
||||
popen_args["text"] = True
|
||||
proc = subprocess.Popen(cmdline, **popen_args)
|
||||
_, err = proc.communicate()
|
||||
rv = proc.wait()
|
||||
|
||||
Reference in New Issue
Block a user