hello pants community, i am currently trying to up...
# general
b
hello pants community, i am currently trying to upgrade from pants 2.6.1 to pants 2.16 and i'm trying the incremental upgrade. I have this in my pants.toml but it was removed. How can i use these features with pants >=2.10.x
Copy code
[python-setup]
interpreter_constraints = [">=3.8,<3.10"]
requirement_constraints = "3rdparty/python/constraints.txt"
1
found it in search 🙂 i'll post some other questions if needed, thanks!