Skip to content

Commit 2f80f0a

Browse files
authored
Fix some requires-python regressions (#251)
Fix some regressions from #243
1 parent 8238b92 commit 2f80f0a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

scenarios/fork/incomplete-markers.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ universal = true
1414
satisfiable = true
1515

1616
[root]
17+
requires_python = ">=3.9"
1718
requires = [
1819
"a==1; python_version < '3.10'",
1920
"a==2; python_version >= '3.11'",

scenarios/fork/overlapping-markers-basic.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ universal = true
3737
satisfiable = true
3838

3939
[root]
40+
requires_python = ">=3.9"
4041
requires = [
4142
"a>=1.0.0 ; python_version < '3.10'",
4243
"a>=1.1.0 ; python_version >= '3.10'",

scenarios/tag_and_markers/requires-python-wheels.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ requires = ["a==1.0.0"]
99
satisfiable = true
1010

1111
[packages.a.versions."1.0.0"]
12+
requires_python = ">=3.10"
1213
wheel_tags = ["cp311-cp311-any", "cp310-cp310-any", "cp39-cp39-any"]
1314

1415
[resolver_options]

0 commit comments

Comments
 (0)