Closed bnavigator closed 1 year ago
Fixes #150, see discussion there.
We can't use the -s parameter of python -m compileall, because we need to stay compatible with Python <3.9 for the python38 flavor and Python 3.6 in 15.x.
-s
python -m compileall
Fixes #150, see discussion there.
We can't use the
-s
parameter ofpython -m compileall
, because we need to stay compatible with Python <3.9 for the python38 flavor and Python 3.6 in 15.x.