Attempt to fix typed-ast build issue by relaxing version requirements in test.
This commit is contained in:
parent
8ed5467435
commit
96384d5ee1
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ regex; python_version >= '3.8'
|
||||||
requests==2.25.0
|
requests==2.25.0
|
||||||
ruamel.yaml>0.15.0,<0.18.0
|
ruamel.yaml>0.15.0,<0.18.0
|
||||||
toml==0.10.2; python_version >= '3.8'
|
toml==0.10.2; python_version >= '3.8'
|
||||||
typed-ast==1.5.1; python_version >= '3.8'
|
typed-ast; python_version >= '3.8'
|
||||||
|
|
Loading…
Reference in a new issue