Attempt to fix typed-ast build issue by relaxing version requirements in test.

This commit is contained in:
Dan Helfman 2022-01-02 23:22:24 -08:00
parent 8ed5467435
commit 96384d5ee1
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ regex; python_version >= '3.8'
requests==2.25.0
ruamel.yaml>0.15.0,<0.18.0
toml==0.10.2; python_version >= '3.8'
typed-ast==1.5.1; python_version >= '3.8'
typed-ast; python_version >= '3.8'