Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Download wheels for 3.9 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Dec 30, 2020
1 parent d2b1d6f commit 1182f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/download_typed_ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 1182f55

Please sign in to comment.