Open
Bug 1758517
Opened 3 years ago
Updated 3 years ago
Allow command-specific minimum Python version
Categories
(Firefox Build System :: Mach Core, enhancement, P3)
Firefox Build System
Mach Core
Tracking
(Not tracked)
NEW
People
(Reporter: mhentges, Unassigned)
References
Details
Building Firefox with Mach must support the lowest-common-denominator of Python version - currently, that is Ubuntu 18.04 which requires Python 3.6 support.
However, there's other Mach commands that aren't used in these constrained environments that would benefit from having a higher minimum Python version,
such as web platform tests and IIRC ./mach vendor
editing moz.build
files would benefit from using a newer Python's ast
module.
Reporter | ||
Updated•3 years ago
|
Priority: -- → P3
Reporter | ||
Updated•3 years ago
|
Summary: Allow command-specific minimum Python requirements → Allow command-specific minimum Python version
You need to log in
before you can comment on or make changes to this bug.
Description
•