diff --git a/scenarios/fork/requires-python-full-prerelease.toml b/scenarios/fork/requires-python-full-prerelease.toml index 0a7c267d..2fba6fdd 100644 --- a/scenarios/fork/requires-python-full-prerelease.toml +++ b/scenarios/fork/requires-python-full-prerelease.toml @@ -11,7 +11,7 @@ a pre-release version. universal = true [expected] -satisfiable = false +satisfiable = true [environment] python = "3.12" diff --git a/scenarios/fork/requires-python-full.toml b/scenarios/fork/requires-python-full.toml index 43aefd7d..1def05b8 100644 --- a/scenarios/fork/requires-python-full.toml +++ b/scenarios/fork/requires-python-full.toml @@ -11,7 +11,7 @@ instead of the more common `python_version` marker. universal = true [expected] -satisfiable = false +satisfiable = true [environment] python = "3.12" diff --git a/scenarios/fork/requires-python.toml b/scenarios/fork/requires-python.toml index b0ad4dcc..90405b9a 100644 --- a/scenarios/fork/requires-python.toml +++ b/scenarios/fork/requires-python.toml @@ -8,7 +8,7 @@ exclusion of dependency specifications that cannot possibly satisfy it. universal = true [expected] -satisfiable = false +satisfiable = true [environment] python = "3.12"