We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
>=
==
is_contained_by
1 parent 163f328 commit 04c4da4Copy full SHA for 04c4da4
crates/uv-resolver/src/requires_python.rs
@@ -127,7 +127,7 @@ impl RequiresPython {
127
// does not. But, it's debatable.
128
//
129
// If this scheme proves problematic, we could explore using different semantics when
130
- // converting to PubGrub. For example, we could parse `>=3.8.*` as `>=3.8,<3.9`. But this
+ // converting to PubGrub. For example, we could parse `==3.8.*` as `>=3.8,<3.9`. But this
131
// too could be problematic. Imagine that the user requests `>=3.8.0b0`, and the target
132
// declares `==3.8.*`. In this case, we _do_ want to allow resolution, because the target
133
// is saying it supports all versions of `3.8`, including pre-releases. But under those
0 commit comments