For example-python repo, I got it working on my M1...
# development
h
For example-python repo, I got it working on my M1 but only by changing
[python-setup].interpreter_constraints
to be >=3.9, rather than >=3.7 I imagine 3.9 isn't popular enough yet for us to change the default for everyone? Next best thing is add a note to the
pants.toml
and README.md?