<#14111 Python 3.10 is not supported for running t...
# github-notifications
q
#14111 Python 3.10 is not supported for running the Pants script itself Issue created by slsyy
Copy code
~/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.
Copy code
$ 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