quaint-telephone-89068
01/24/2023, 10:01 PM~/example-golang$ ./pants
No valid Python interpreter found. For `pants_version = "2.9.0.dev3"`, Pants requires Python 3.7, 3.8, or 3.9 to run. Please check that a valid interpreter is installed and on your $PATH.
$ python --version
Python 3.10.1
Maintainer edit:
Note that Pants can still run your own code using Python 3.10, this is only about what Pants uses to run itself. See https://www.pantsbuild.org/docs/python-interpreter-compatibility.
pantsbuild/pants