Skip to content

Commit 00da0b8

Browse files
committed
Fix unbound problem
1 parent cf77506 commit 00da0b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/runtests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def main() -> None:
7171
if args.python_version:
7272
python_version: str = args.python_version
7373
elif folder in "stubs":
74+
python_version = get_oldest_supported_python()
7475
metadata_python_version = read_metadata(stub).requires_python
7576
for spec in metadata_python_version:
7677
if spec.operator.startswith(">"):

0 commit comments

Comments
 (0)