mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
committed by
Guido van Rossum
parent
4e22318980
commit
3101768f12
@@ -83,7 +83,7 @@ def main():
|
||||
print("Cannot import mypy. Did you install it?")
|
||||
sys.exit(1)
|
||||
|
||||
versions = [(3, 6), (3, 5), (3, 4), (3, 3), (3, 2), (2, 7)]
|
||||
versions = [(3, 6), (3, 5), (3, 4), (3, 3), (2, 7)]
|
||||
if args.python_version:
|
||||
versions = [v for v in versions
|
||||
if any(('%d.%d' % v).startswith(av) for av in args.python_version)]
|
||||
|
||||
Reference in New Issue
Block a user