Hey all! I'm trying to upgrade to 3.12 and I'm get...
# general
s
Hey all! I'm trying to upgrade to 3.12 and I'm getting this error when I run
pants test
Copy code
The Pip requested was pip==23.1.2 but it does not work with the interpreter selected which is CPython 3.12.1 at /home/grihabor/.pyenv/versions/3.12.1/bin/python3.12. Pip 23.1.2 requires Python <3.12,>=3.7.
I don't think I specify pip version anywhere explicitly. Does anyone know whats the problem?
1
I think I found the problem. I've upgraded to pants
2.20.0dev3
and have set
[python].pip_version
to 23.3.1, now it works