-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lower minimum required Python version to 3.2.
We raised this to python-3.6 be able to use newer features in scripts/autogen-version, but it turns out that we need to support down to at least python-3.5 for platforms like ubuntu-16 or debian-9. We now go all the way to python-3.2 which is very conservative. For that we got rid of uses of subprocess.run (since 3.5) and f-strings (since 3.6).
- Loading branch information
Showing
2 changed files
with
40 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters