Skip to content

Special-case == Python version request ranges#9697

Merged
zanieb merged 1 commit intomainfrom
zb/special-case-eq
Mar 24, 2026
Merged

Special-case == Python version request ranges#9697
zanieb merged 1 commit intomainfrom
zb/special-case-eq

Conversation

@zanieb
Copy link
Member

@zanieb zanieb commented Dec 6, 2024

Related to #9695

Doesn't solve the reported issue with requires-python because that doesn't go through the parser

let request = requires_python
.as_ref()
.map(RequiresPython::specifiers)
.map(|specifiers| {
PythonRequest::Version(VersionRequest::Range(
specifiers.clone(),
PythonVariant::Default,
))
});

@zanieb zanieb force-pushed the zb/special-case-eq branch from cfd0079 to c1a5759 Compare March 24, 2026 13:13
@zanieb zanieb force-pushed the zb/special-case-eq branch from c1a5759 to bc83c68 Compare March 24, 2026 13:19
@zanieb zanieb marked this pull request as ready for review March 24, 2026 13:45
@zanieb zanieb merged commit edb1744 into main Mar 24, 2026
55 checks passed
@zanieb zanieb deleted the zb/special-case-eq branch March 24, 2026 13:45
konstin pushed a commit that referenced this pull request Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant