You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when installing from our devpi mirror, e.g. celery-5.2.2 fails to install. it looks like it's due to a trailing comma in the requires-python value. from reading the pep it's slightly unclear to me whether a trailing comma is allowed but uv is the first tool that's complained
i added a dbg!() because the error message didn't include the offending value (would be a nice addition i think)
when installing from our devpi mirror, e.g. celery-5.2.2 fails to install. it looks like it's due to a trailing comma in the
requires-python
value. from reading the pep it's slightly unclear to me whether a trailing comma is allowed butuv
is the first tool that's complainedi added a
dbg!()
because the error message didn't include the offending value (would be a nice addition i think)The text was updated successfully, but these errors were encountered: