We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa2549 commit a1fa342Copy full SHA for a1fa342
crates/uv/tests/it/common/mod.rs
@@ -269,7 +269,7 @@ impl TestContext {
269
\d+ # An actual patch version
270
)
271
)? # (we allow the patch version to be missing entirely, e.g., in a request)
272
- [a-z]? # Pre-release letter
+ ([a-z]+[0-9]*)? # Pre-release version component, e.g., `a6` or `rc2`
273
(?:
274
\+[a-z]+ # An optional variant variant, such as `+free-threaded
275
)?
0 commit comments