diff --git a/tools/download_typed_ast.py b/tools/download_typed_ast.py index 0b46dac5..05d6afce 100755 --- a/tools/download_typed_ast.py +++ b/tools/download_typed_ast.py @@ -46,7 +46,7 @@ def download_appveyor(version): # gcloud downloads for linux wehels MIN_VER = 5 -MAX_VER = 8 +MAX_VER = 9 GCLOUD_URL = "https://storage.googleapis.com/typed-ast/typed_ast-{version}-cp3{pyver}-cp3{pyver}{abi_tag}-{platform}.whl"