Merge pull request #53829 from akien-mga/scons-py3.6

This commit is contained in:
Rémi Verschelde 2021-10-15 10:24:41 +02:00 committed by GitHub
commit e2bfb27efb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
EnsureSConsVersion(3, 0, 0)
EnsurePythonVersion(3, 5)
EnsurePythonVersion(3, 6)
# System
import atexit