pex 2.20.1 #2543
pex 2.20.1
#2543
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
2.20.1
This release fixes Pex
--interpreter-constraint
handling such thatany supplied interpreter constraints which are in principle
unsatisfiable either raise an error or else cause a warning to be issued
when other viable interpreter constraints have also been specified. For
example,
--interpreter-constraint ==3.11.*,==3.12.*
now errors and--interpreter-constraint '>=3.8,<3.8' --interpreter-constraint ==3.9.*
now warns, culling
>3.8,<3.8
and continuing using only==3.9.*
.This discussion was created from the release pex 2.20.1.
Beta Was this translation helpful? Give feedback.
All reactions