Why does Lambdex require Python &lt; 3.12? (<https...
# development
h
Is there any reason why we wouldn't expect it to run on Python < 4?
e
The same reason as for Pex, it may or may not work on newer than tested Python since they actively morph distutils, etc. Add to that that I'm conservative about shipping broken software. I like to ship stuff I know works (I feel like it's my contract with you), and I don't like to ship software I know I don't know works.
If that Requires-Python was loosened the underlying Pex dependency declared just above brings it back in transitively IOW. The same question then shifts to Pex and the answer above stands for Pex.