Skip to content

Commit 7a150fe

Browse files
committed
Raise minimum version of typed-ast to make it work with newer Python versions.
Note: See sifive#574 for details.
1 parent 5194114 commit 7a150fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ mypy==0.750
22
mypy-extensions==0.4.3
33
pydevicetree==0.0.12
44
pyparsing==2.4.5
5-
typed-ast==1.4.0
5+
typed-ast>=1.4.1
66
typing-extensions==3.7.4.1
77
Jinja2==2.11.3
88
MarkupSafe==1.1.1

0 commit comments

Comments
 (0)