We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf77506 commit 00da0b8Copy full SHA for 00da0b8
tests/runtests.py
@@ -71,6 +71,7 @@ def main() -> None:
71
if args.python_version:
72
python_version: str = args.python_version
73
elif folder in "stubs":
74
+ python_version = get_oldest_supported_python()
75
metadata_python_version = read_metadata(stub).requires_python
76
for spec in metadata_python_version:
77
if spec.operator.startswith(">"):
0 commit comments